Searched defs:ClockAddress (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/MultiPlatformLib/BoardClkGens/
H A DBoardClkGens.c51 @param ClockAddress SMBUS address of clock generator.
63 IN UINT8 ClockAddress,
89 SlaveAddress.SmbusDeviceAddress = ClockAddress >> 1;
177 SlaveAddress.SmbusDeviceAddress = ClockAddress >> 1;
207 @param ClockAddress SMBUS address of clock generator.
219 IN UINT8 ClockAddress
231 SlaveAddress.SmbusDeviceAddress = ClockAddress >> 1;
291 UINT8 ClockAddress = CLOCK_GENERATOR_ADDRESS;
316 SlaveAddress.SmbusDeviceAddress = ClockAddress >> 1;
416 Status = ConfigureClockGenerator (PeiServices, SmbusPpi, ClockType, ClockAddress, Lengt
50 ConfigureClockGenerator( IN EFI_PEI_SERVICES **PeiServices, IN EFI_PEI_SMBUS_PPI *SmbusPpi, IN CLOCK_GENERATOR_TYPE ClockType, IN UINT8 ClockAddress, IN UINTN ConfigurationTableLength, IN OUT UINT8 *ConfigurationTable ) argument
282 UINT8 ClockAddress = CLOCK_GENERATOR_ADDRESS; local
[all...]

Completed in 74 milliseconds