Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i2c/
H A Dnpcm7xx_smbus.c122 #define NPCM7XX_SMBCTL3_BNK_SEL BIT(5) macro
660 uint8_t bank = s->ctl3 & NPCM7XX_SMBCTL3_BNK_SEL; in npcm7xx_smbus_read()
821 uint8_t bank = s->ctl3 & NPCM7XX_SMBCTL3_BNK_SEL; in npcm7xx_smbus_write()