Home
last modified time | relevance | path

Searched refs:SMBUS_LIB_PEC (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SmbusLib/
DSmbusLib.c198 if (SMBUS_LIB_PEC (SmBusAddress)) { in InternalSmBusNonBlock()
273 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickRead()
310 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickWrite()
664 if (SMBUS_LIB_PEC (SmBusAddress)) { in InternalSmBusBlock()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/
DDxeSmbusLibInternal.h31 #define SMBUS_LIB_PEC(SmBusAddress) ((BOOLEAN) (((SmBusAddress) & SMBUS_LIB_PEC_BIT) != 0)) macro
DDxeSmbusLib.c98 SMBUS_LIB_PEC (SmBusAddress), in InternalSmBusExec()
DSmbusLib.c49 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickRead()
81 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickWrite()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/
DPeiSmbusLibInternal.h32 #define SMBUS_LIB_PEC(SmBusAddress) ((BOOLEAN) (((SmBusAddress) & SMBUS_LIB_PEC_BIT) != 0)) macro
DPeiSmbusLib.c95 SMBUS_LIB_PEC (SmBusAddress), in InternalSmBusExec()
DSmbusLib.c49 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickRead()
81 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickWrite()
/device/linaro/bootloader/edk2/MdePkg/Library/PeiSmbusLibSmbus2Ppi/
DPeiSmbusLib.c86 SMBUS_LIB_PEC (SmBusAddress), in InternalSmBusExec()
DSmbusLib.c51 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickRead()
92 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickWrite()
/device/linaro/bootloader/edk2/MdePkg/Library/BaseSmbusLibNull/
DBaseSmbusLibNull.c50 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickRead()
90 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickWrite()
/device/linaro/bootloader/edk2/MdePkg/Library/DxeSmbusLib/
DDxeSmbusLib.c95 SMBUS_LIB_PEC (SmBusAddress), in InternalSmBusExec()
DSmbusLib.c51 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickRead()
92 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickWrite()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Library/PeiSmbusLibSmbusPpi/
DPeiSmbusLib.c86 SMBUS_LIB_PEC (SmBusAddress), in InternalSmBusExec()
DSmbusLib.c44 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickRead()
76 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickWrite()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DSmbusLib.h66 #define SMBUS_LIB_PEC(SmBusAddress) ((BOOLEAN) (((SmBusAddress) & BIT22) != 0)) macro
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Library/SmbusLib/
DSmbusLib.c235 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickRead()
273 ASSERT (!SMBUS_LIB_PEC (SmBusAddress)); in SmBusQuickWrite()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
DBootScriptSave.c1365 PecCheck = SMBUS_LIB_PEC (SmBusAddress); in CheckParameters()