Searched refs:GetI2cBase (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/I2CLib/ |
D | I2CLib.c | 47 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 …]
|
D | I2CLibRuntime.c | 32 UINTN GetI2cBase (UINT32 Socket, UINT8 Port) in GetI2cBase() function 69 UINTN Base = GetI2cBase (Socket, Port); in I2cLibRuntimeSetup()
|
D | I2CLibInternal.h | 22 UINTN GetI2cBase (UINT32 Socket, UINT8 Port);
|
D | I2CLibCommon.c | 24 UINTN GetI2cBase (UINT32 Socket, UINT8 Port) in GetI2cBase() function
|