Searched refs:emc_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_emc-test.c | 242 static uint32_t emc_read(QTestState *qts, const EMCModule *mod, in emc_read() function 319 val = emc_read(qts, mod, REG_FFTCR); in emc_soft_reset() 324 val = emc_read(qts, mod, REG_MCMDR); in emc_soft_reset() 350 g_assert_cmphex(emc_read(qts, mod, (regno)), ==, (value)); \ in test_init() 379 g_assert_cmpuint(emc_read(qts, mod, REG_CAMM_BASE + i * 2), ==, in test_init() 381 g_assert_cmpuint(emc_read(qts, mod, REG_CAML_BASE + i * 2), ==, in test_init() 413 uint32_t mista = emc_read(qts, mod, REG_MISTA); in emc_wait_mista() 489 uint32_t mcmdr = emc_read(qts, mod, REG_MCMDR); in enable_tx() 572 got_tdu = !!(emc_read(qts, mod, REG_MISTA) & REG_MISTA_TDU); in emc_send_verify() 576 emc_read(qts, mod, REG_MISTA) & 0xffff0000); in emc_send_verify() [all …]
|