Searched refs:I2C_Bus (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Library/I2cLib/ |
D | I2cLib.c | 34 *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/ |
D | I2cRegs.h | 42 #define I2C_Bus 0x00 macro
|