Searched refs:I2C_CONTROL_IFLG (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/ |
D | MvI2cDxe.c | 241 MvI2cControlClear(I2cMasterContext, I2C_CONTROL_IFLG); in MvI2cClearIflg() 282 IflgSet = I2C_READ(I2cMasterContext, I2C_CONTROL) & I2C_CONTROL_IFLG; in MvI2cLockedStart() 295 if (MvI2cPollCtrl(I2cMasterContext, Timeout, I2C_CONTROL_IFLG)) { in MvI2cLockedStart() 312 if (MvI2cPollCtrl(I2cMasterContext, Timeout, I2C_CONTROL_IFLG)) { in MvI2cLockedStart() 481 if (MvI2cPollCtrl(I2cMasterContext, delay, I2C_CONTROL_IFLG)) { in MvI2cRead() 523 if (MvI2cPollCtrl(I2cMasterContext, Timeout, I2C_CONTROL_IFLG)) { in MvI2cWrite()
|
D | MvI2cDxe.h | 48 #define I2C_CONTROL_IFLG (1 << 3) macro
|