Home
last modified time | relevance | path

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

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