Searched refs:I2C_CON (Results 1 – 2 of 2) sorted by relevance
86 MmioOr16(I2C_CON, I2C_EN); in ConfigureI2c()91 MmioOr16(I2C_CON, MST); in ConfigureI2c()169 MmioWrite16(I2C_CON, (I2C_EN | MST | STP | STT)); in SmbusBlockRead()200 MmioWrite16(I2C_CON, (I2C_EN | TRX | MST | STT | STP)); in SmbusBlockWrite()
41 #define I2C_CON (I2C1BASE + 0x24) macro