OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SMBUS_LIB_LENGTH
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeSmbusLib/
DxeSmbusLibInternal.h
30
#define
SMBUS_LIB_LENGTH
(SmBusAddress) (((SmBusAddress) >> 16) & 0x3f)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiSmbusLib/
PeiSmbusLibInternal.h
31
#define
SMBUS_LIB_LENGTH
(SmBusAddress) (((SmBusAddress) >> 16) & 0x3f)
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
SmbusLib.h
59
#define
SMBUS_LIB_LENGTH
(SmBusAddress) (((SmBusAddress) >> 16) & 0x3f)
Completed in 75 milliseconds