HomeSort by relevance Sort by last modified time
    Searched refs:R_IC_ENABLE_STATUS (Results 1 - 5 of 5) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibDxe/
I2CRegs.h 100 #define R_IC_ENABLE_STATUS ( 0x9C) // I2C Enable Status Register
I2CLib.c 297 while ( 0 != ( MmioRead32 ( mI2CBaseAddress + R_IC_ENABLE_STATUS) & 1)) {
327 while (0 == (MmioRead32 (mI2CBaseAddress + R_IC_ENABLE_STATUS) & 1)) {
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Library/
I2CLib.h 111 #define R_IC_ENABLE_STATUS ( 0x9C) // I2C Enable Status Register
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
I2CLibPei.c 243 while (0 != ( I2CLibPeiMmioRead16 (I2CBaseAddress + R_IC_ENABLE_STATUS ) & 1)) {
269 while (0 == ( I2CLibPeiMmioRead16 ( I2CBaseAddress + R_IC_ENABLE_STATUS ) & 1)) {
I2CLibPei.h 153 #define R_IC_ENABLE_STATUS ( 0x9C) // I2C Enable Status Register

Completed in 2999 milliseconds