Home
last modified time | relevance | path

Searched refs:R_PCH_SMBUS_HD0 (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/SmbusLib/
DSmbusLib.c211 IoWrite8 (IoPortBaseAddress + R_PCH_SMBUS_HD0, (UINT8) Value); in InternalSmBusNonBlock()
233 Value = (UINT16)(Value | IoRead8 (IoPortBaseAddress + R_PCH_SMBUS_HD0)); in InternalSmBusNonBlock()
688 IoWrite8 (IoPortBaseAddress + R_PCH_SMBUS_HD0, (UINT8) BytesCount); in InternalSmBusBlock()
715 BytesCount = IoRead8 (IoPortBaseAddress + R_PCH_SMBUS_HD0); in InternalSmBusBlock()
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/PchRegs/
DPchRegsSmbus.h113 #define R_PCH_SMBUS_HD0 0x05 // Data 0 Register R/W macro
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
DPlatform.c1045 IoWrite8 (SmbusBase+R_PCH_SMBUS_HD0, CallBuffer[0]); in PeiSmbusExec()
1060 IoWrite8 (SmbusBase+R_PCH_SMBUS_HD0, *(UINT8 *) Length); in PeiSmbusExec()
1154 CallBuffer[0] = (UINT8)(IoRead8 (SmbusBase+R_PCH_SMBUS_HD0)); in PeiSmbusExec()
1167 BlockCount = (UINT8)(IoRead8 (SmbusBase+R_PCH_SMBUS_HD0)); in PeiSmbusExec()