Home
last modified time | relevance | path

Searched refs:SDHC_RSPREG0 (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/libqos/
H A Dsdhci-cmd.h25 #define SDHC_RSPREG0 0x10 macro
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_sdhci-test.c50 rca = qtest_readl(qts, NPCM7XX_MMC_BA + SDHC_RSPREG0) >> 16; in setup_sd_card()
/openbmc/qemu/hw/sd/
H A Dsdhci-internal.h62 #define SDHC_RSPREG0 0x10 macro
H A Dsdhci.c1023 case SDHC_RSPREG0 ... SDHC_RSPREG3: in sdhci_read()
1024 ret = s->rspreg[((offset & ~0x3) - SDHC_RSPREG0) >> 2]; in sdhci_read()