Home
last modified time | relevance | path

Searched refs:NPCM7XX_BLKGAP_RESET (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/sd/
H A Dnpcm7xx_sdhci.h36 #define NPCM7XX_BLKGAP_RESET 0x80 macro
/openbmc/qemu/hw/sd/
H A Dnpcm7xx_sdhci.c137 s->sdhci.blkgap = NPCM7XX_BLKGAP_RESET; in npcm7xx_sdhci_reset()
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_sdhci-test.c148 g_assert_cmphex(qtest_readb(qts, addr), ==, NPCM7XX_BLKGAP_RESET); in test_reset()