Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i2c/
H A Dnpcm7xx_smbus.h97 uint8_t txf_ctl; member
/openbmc/qemu/hw/i2c/
H A Dnpcm7xx_smbus.c216 (s->txf_ctl & NPCM7XX_SMBTXF_CTL_THR_TXIE && in npcm7xx_smbus_update_irq()
255 NPCM7XX_SMBTXF_CTL_TX_THR(s->txf_ctl)) { in npcm7xx_smbus_send_byte()
615 s->txf_ctl = value; in npcm7xx_smbus_write_txf_ctl()
722 value = s->txf_ctl; in npcm7xx_smbus_read()
1014 s->txf_ctl = NPCM7XX_SMB_TXF_CTL_INIT_VAL; in npcm7xx_smbus_enter_reset()
1066 VMSTATE_UINT8(txf_ctl, NPCM7xxSMBusState),