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 189 CHECK_REG32(NPCM_DMA_BUS_MODE, 0x00020100); in test_init() 190 CHECK_REG32(NPCM_DMA_XMT_POLL_DEMAND, 0); in test_init() 191 CHECK_REG32(NPCM_DMA_RCV_POLL_DEMAND, 0); in test_init() 192 CHECK_REG32(NPCM_DMA_RCV_BASE_ADDR, 0); in test_init() 193 CHECK_REG32(NPCM_DMA_TX_BASE_ADDR, 0); in test_init() 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() 197 CHECK_REG32(NPCM_DMA_MISSED_FRAME_CTR, 0); in test_init() [all …]
|