Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibDxe/
DI2CLib.c505 UINT16 RawIntrStat; in ByteReadI2CBasic() local
521 RawIntrStat = (UINT16)MmioRead32 (mI2CBaseAddress + R_IC_RawIntrStat); in ByteReadI2CBasic()
522 if ( 0 != ( RawIntrStat & I2C_INTR_TX_ABRT )) { in ByteReadI2CBasic()
610 UINT16 RawIntrStat; in ByteWriteI2CBasic() local
624 RawIntrStat = (UINT16)MmioRead32 (mI2CBaseAddress + R_IC_RawIntrStat); in ByteWriteI2CBasic()
625 if (0 != ( RawIntrStat & I2C_INTR_TX_ABRT)) { in ByteWriteI2CBasic()
658 RawIntrStat = MmioRead16 ( mI2CBaseAddress + R_IC_RawIntrStat ); in ByteWriteI2CBasic()
659 if (0 != ( RawIntrStat & I2C_INTR_TX_ABRT)) { in ByteWriteI2CBasic()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
DI2CLibPei.c442 UINT16 RawIntrStat; in ByteReadI2CBasic() local
460 RawIntrStat = I2CLibPeiMmioRead16 (I2CBaseAddress + R_IC_RawIntrStat ); in ByteReadI2CBasic()
461 if ( 0 != (RawIntrStat & I2C_INTR_TX_ABRT )) { in ByteReadI2CBasic()
538 UINT16 RawIntrStat; in ByteWriteI2CBasic() local
554 RawIntrStat = I2CLibPeiMmioRead16 (I2CBaseAddress + R_IC_RawIntrStat); in ByteWriteI2CBasic()
555 if ( 0 != (RawIntrStat & I2C_INTR_TX_ABRT)) { in ByteWriteI2CBasic()