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

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibDxe/
I2CRegs.h 87 #define STAT_RFNE BIT3 // RX FIFO is not empty
I2CLib.c 533 if (0 != ( I2cStatus & STAT_RFNE )) {
541 DEBUG((EFI_D_INFO,"ReceiveDataEnd==ReceiveRequest------------%x\r\n",I2cStatus & STAT_RFNE));
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Library/
I2CLib.h 98 #define STAT_RFNE BIT3 // RX FIFO is not empty
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
I2CLibPei.h 140 #define STAT_RFNE BIT3 // RX FIFO is not empty
I2CLibPei.c 472 if ( 0 != ( I2cStatus & STAT_RFNE )) {

Completed in 512 milliseconds