Searched refs:CHECK_REG32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm_gmac-test.c | 184 #define CHECK_REG32(regno, value) \ in test_init() macro 194 CHECK_REG32(NPCM_DMA_STATUS, 0); in test_init() 195 CHECK_REG32(NPCM_DMA_CONTROL, 0); in test_init() 196 CHECK_REG32(NPCM_DMA_INTR_ENA, 0); in test_init() 207 CHECK_REG32(NPCM_GMAC_HASH_LOW, 0); in test_init() 208 CHECK_REG32(NPCM_GMAC_MII_ADDR, 0); in test_init() 209 CHECK_REG32(NPCM_GMAC_MII_DATA, 0); in test_init() 214 CHECK_REG32(NPCM_GMAC_PMT, 0); in test_init() 215 CHECK_REG32(NPCM_GMAC_LPI_CTRL, 0); in test_init() 218 CHECK_REG32(NPCM_GMAC_INT_MASK, 0); in test_init() [all …]
|