Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dnpcm7xx_smbus.c213 s->cst3 & NPCM7XX_SMBCST3_EO_BUSY) || in npcm7xx_smbus_update_irq()
426 s->cst3 |= NPCM7XX_SMBCST3_EO_BUSY; in npcm7xx_smbus_execute_stop()
549 s->cst3 = WRITE_ONE_CLEAR(s->cst3, value, NPCM7XX_SMBCST3_EO_BUSY); in npcm7xx_smbus_write_cst3()
577 s->cst3 = s->cst3 & (~NPCM7XX_SMBCST3_EO_BUSY); in npcm7xx_smbus_write_ctl2()
701 value = s->cst3; in npcm7xx_smbus_read()
998 s->cst3 = NPCM7XX_SMB_CST3_INIT_VAL; in npcm7xx_smbus_enter_reset()
1054 VMSTATE_UINT8(cst3, NPCM7xxSMBusState),
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_smbus-test.c182 uint8_t cst3; in check_stopped() local
188 cst3 = qtest_readb(qts, base_addr + OFFSET_CST3); in check_stopped()
189 g_assert_true(cst3 & CST3_EO_BUSY); in check_stopped()
190 qtest_writeb(qts, base_addr + OFFSET_CST3, cst3); in check_stopped()
191 cst3 = qtest_readb(qts, base_addr + OFFSET_CST3); in check_stopped()
192 g_assert_false(cst3 & CST3_EO_BUSY); in check_stopped()
/openbmc/qemu/include/hw/i2c/
H A Dnpcm7xx_smbus.h83 uint8_t cst3; member