Home
last modified time | relevance | path

Searched refs:GetI2cBase (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/
DI2CLib.c47 UINTN Base = GetI2cBase(Socket, Port); in I2C_Disable()
87 UINTN Base = GetI2cBase(Socket, Port); in I2C_Enable()
109 UINTN Base = GetI2cBase(Socket, Port); in I2C_SetTarget()
132 UINTN Base = GetI2cBase(Socket, Port); in I2CInit()
201 UINTN Base = GetI2cBase(Socket, Port); in I2CSdaConfig()
217 UINTN Base = GetI2cBase(Socket, Port); in I2C_GetTxStatus()
227 UINTN Base = GetI2cBase(Socket, Port); in I2C_GetRxStatus()
241 UINTN Base = GetI2cBase(I2cInfo->Socket, I2cInfo->Port); in WriteBeforeRead()
306 Base = GetI2cBase(I2cInfo->Socket, I2cInfo->Port); in I2CWrite()
408 Base = GetI2cBase(I2cInfo->Socket, I2cInfo->Port); in I2CRead()
[all …]
DI2CLibRuntime.c32 UINTN GetI2cBase (UINT32 Socket, UINT8 Port) in GetI2cBase() function
69 UINTN Base = GetI2cBase (Socket, Port); in I2cLibRuntimeSetup()
DI2CLibInternal.h22 UINTN GetI2cBase (UINT32 Socket, UINT8 Port);
DI2CLibCommon.c24 UINTN GetI2cBase (UINT32 Socket, UINT8 Port) in GetI2cBase() function