HomeSort by relevance Sort by last modified time
    Searched defs:I2cStatus (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibPei/
I2CLibPei.c 438 UINT32 I2cStatus;
471 I2cStatus = I2CLibPeiMmioRead16 ( I2CBaseAddress + R_IC_STATUS );
472 if ( 0 != ( I2cStatus & STAT_RFNE )) {
488 if ( 0 == ( I2cStatus & STAT_TFNF )) {
536 UINT32 I2cStatus;
553 I2cStatus = I2CLibPeiMmioRead16 (I2CBaseAddress + R_IC_STATUS);
561 if (0 == ( I2cStatus & STAT_TFNF)) {
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
MvI2cDxe.c 278 UINT32 I2cStatus;
301 I2cStatus = I2C_READ(I2cMasterContext, I2C_STATUS);
302 if (I2cStatus != Mask) {
303 DEBUG((DEBUG_ERROR, "MvI2cDxe: wrong I2cStatus (%02x) after sending %sSTART condition\n",
304 I2cStatus, Mask == I2C_STATUS_START ? "" : "repeated "));
318 I2cStatus = I2C_READ(I2cMasterContext, I2C_STATUS);
319 if (I2cStatus != (ReadAccess ?
321 DEBUG((DEBUG_ERROR, "MvI2cDxe: no ACK (I2cStatus: %02x) after sending Slave address\n",
322 I2cStatus));
461 UINT32 I2cStatus;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/I2CLibDxe/
I2CLib.c 501 UINT32 I2cStatus;
532 I2cStatus = (UINT16)MmioRead32 (mI2CBaseAddress + R_IC_STATUS);
533 if (0 != ( I2cStatus & STAT_RFNE )) {
541 DEBUG((EFI_D_INFO,"ReceiveDataEnd==ReceiveRequest------------%x\r\n",I2cStatus & STAT_RFNE));
557 if (0 == (I2cStatus & STAT_TFNF)) {
608 UINT32 I2cStatus;
623 I2cStatus = MmioRead32 (mI2CBaseAddress + R_IC_STATUS);
631 if (0 == (I2cStatus & STAT_TFNF)) {

Completed in 163 milliseconds