Home
last modified time | relevance | path

Searched refs:I2C_Func (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/
DI2cLib.c34 *SaveBar0Ptr = IohMmPci32 (0, I2C_Bus, I2C_Device, I2C_Func, PCI_BAR0); in I2cCommonServiceEntry()
37 IohMmPci32(0, I2C_Bus, I2C_Device, I2C_Func, PCI_BAR0) = in I2cCommonServiceEntry()
43 *SaveCmdPtr = IohMmPci16 (0, I2C_Bus, I2C_Device, I2C_Func, PCI_CMD); in I2cCommonServiceEntry()
61 IohMmPci16 (0, I2C_Bus, I2C_Device, I2C_Func, PCI_CMD) = SaveCmd; in I2cCommonServiceExit()
62 IohMmPci32 (0, I2C_Bus, I2C_Device, I2C_Func, PCI_BAR0) = SaveBar0; in I2cCommonServiceExit()
85 I2CIoPortBaseAddress = IohMmPci32(0, I2C_Bus, I2C_Device, I2C_Func, PCI_BAR0); in GetI2CIoPortBaseAddress()
111 PciCmd = IohMmPci8(0, I2C_Bus, I2C_Device, I2C_Func, PCI_REG_PCICMD); in EnableI2CMmioSpace()
117 IohMmPci8(0, I2C_Bus, I2C_Device, I2C_Func, PCI_REG_PCICMD) = PciCmd; in EnableI2CMmioSpace()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
DI2cRegs.h44 #define I2C_Func 0x02 macro