Home
last modified time | relevance | path

Searched refs:cst (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/i2c/
H A Dnpcm7xx_smbus.c352 s->cst |= NPCM7XX_SMBCST_BUSY; in npcm7xx_smbus_start()
358 s->cst &= ~NPCM7XX_SMBCST_BUSY; in npcm7xx_smbus_start()
363 s->cst |= NPCM7XX_SMBCST_BB; in npcm7xx_smbus_start()
424 s->cst = 0; in npcm7xx_smbus_execute_stop()
541 uint8_t new_value = s->cst; in npcm7xx_smbus_write_cst()
543 s->cst = WRITE_ONE_CLEAR(new_value, value, NPCM7XX_SMBCST_BB); in npcm7xx_smbus_write_cst()
578 s->cst = 0; in npcm7xx_smbus_write_ctl2()
673 value = s->cst; in npcm7xx_smbus_read()
996 s->cst = NPCM7XX_SMB_CST_INIT_VAL; in npcm7xx_smbus_enter_reset()
1052 VMSTATE_UINT8(cst, NPCM7xxSMBusState),
/qemu/include/hw/i2c/
H A Dnpcm7xx_smbus.h81 uint8_t cst; member