Lines Matching refs:I2C_SET_CONTROL_REG

712             I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI);      /* Clear SI and send STOP */  in I2C_WriteByte()
717I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register */ in I2C_WriteByte()
770 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteMultiBytes()
775I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register */ in I2C_WriteMultiBytes()
832 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteByteOneReg()
837I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register */ in I2C_WriteByteOneReg()
894 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteMultiBytesOneReg()
899I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register */ in I2C_WriteMultiBytesOneReg()
962 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteByteTwoRegs()
967I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL… in I2C_WriteByteTwoRegs()
1029 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_WriteMultiBytesTwoRegs()
1034I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL… in I2C_WriteMultiBytesTwoRegs()
1078 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadByte()
1083I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register… in I2C_ReadByte()
1147 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadMultiBytes()
1152I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL r… in I2C_ReadMultiBytes()
1214 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadByteOneReg()
1219I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register… in I2C_ReadByteOneReg()
1298 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadMultiBytesOneReg()
1303I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL register… in I2C_ReadMultiBytesOneReg()
1372 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadByteTwoRegs()
1377I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL… in I2C_ReadByteTwoRegs()
1464 I2C_SET_CONTROL_REG(i2c, I2C_CTL_STO_SI); /* Clear SI and send STOP */ in I2C_ReadMultiBytesTwoRegs()
1469I2C_SET_CONTROL_REG(i2c, u8Ctrl); /* Write controlbit to I2C_CTL… in I2C_ReadMultiBytesTwoRegs()