Home
last modified time | relevance | path

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

/openbmc/linux/drivers/i2c/busses/
H A Di2c-npcm7xx.c194 #define I2CCTL3_BNK_SEL BIT(5) macro
344 i2cctl3 = i2cctl3 & ~I2CCTL3_BNK_SEL; in npcm_i2c_select_bank()
346 i2cctl3 = i2cctl3 | I2CCTL3_BNK_SEL; in npcm_i2c_select_bank()