Home
last modified time | relevance | path

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

/openbmc/qemu/hw/sd/
H A Dsdhci-internal.h74 #define SDHC_PRNSTS 0x24 macro
86 FIELD(SDHC_PRNSTS, DAT_LVL, 20, 4);
87 FIELD(SDHC_PRNSTS, CMD_LVL, 24, 1);
H A Dsdhci.c1033 case SDHC_PRNSTS: in sdhci_read()
1035 ret = FIELD_DP32(ret, SDHC_PRNSTS, DAT_LVL, in sdhci_read()
1037 ret = FIELD_DP32(ret, SDHC_PRNSTS, CMD_LVL, in sdhci_read()
1680 case SDHC_PRNSTS: in usdhc_read()
/openbmc/qemu/tests/qtest/libqos/
H A Dsdhci-cmd.h27 #define SDHC_PRNSTS 0x24 macro
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_sdhci-test.c138 case SDHC_PRNSTS: in test_reset()