Home | History | Annotate | Download | only in BoardClkGens

Lines Matching refs:ConfigurationTable

53   @param  ConfigurationTable         Pointer of configuration table.

65 IN OUT UINT8 *ConfigurationTable
84 ASSERT_EFI_ERROR (ConfigurationTable != NULL);
112 DEBUG((EFI_D_ERROR, "BIOS structure Clock Generator Byte %d: %x\n", i, ConfigurationTable[i]));
127 Buffer[j] = ConfigurationTable[j];
151 ConfigurationTable
155 ConfigurationTable[4] = (ConfigurationTable[4] & 0x3) | (Buffer[4] & 0xFC);
166 &ConfigurationTable[4]
209 @param ConfigurationTable Pointer of configuration table.
274 UINT8 *ConfigurationTable;
386 ConfigurationTable = ConfigurationTable_Tablet;
390 ConfigurationTable = ConfigurationTable_Mobile;
395 ConfigurationTable = ConfigurationTable_Desktop;
409 ConfigurationTable[mSupportedClockGeneratorTable[ClockType].SpreadSpectrumByteOffset] |= mSupportedClockGeneratorTable[ClockType].SpreadSpectrumBitOffset;
411 ConfigurationTable[mSupportedClockGeneratorTable[ClockType].SpreadSpectrumByteOffset] &= ~(mSupportedClockGeneratorTable[ClockType].SpreadSpectrumBitOffset);
416 Status = ConfigureClockGenerator (PeiServices, SmbusPpi, ClockType, ClockAddress, Length, ConfigurationTable);