OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:I2cStatus
(Results
1 - 2
of
2
) 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/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 72 milliseconds