Home
last modified time | relevance | path

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

/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/
DMvI2cDxe.c685 UINT8 *DevicesPcd; in MvI2cEnumerate() local
692 DevicesPcd = PcdGetPtr (PcdI2cSlaveAddresses); in MvI2cEnumerate()
699 MvI2cAllocDevice (DevicesPcd[Index], I2cMasterContext->Bus, Device); in MvI2cEnumerate()
707 if (DevicesPcd[Index] == I2C_DEVICE_ADDRESS((*Device)->DeviceIndex)) { in MvI2cEnumerate()
711 NextDeviceAddress = DevicesPcd[NextIndex]; in MvI2cEnumerate()