Home | History | Annotate | Download | only in PcatRealTimeClockRuntimeDxe

Lines Matching defs:Table

1209   This function find ACPI table with the specified signature in RSDT or XSDT.

1212 @param Signature ACPI table signature.
1213 @param TablePointerSize Size of table pointer: 4 or 8.
1215 @return ACPI table
1227 EFI_ACPI_DESCRIPTION_HEADER *Table;
1236 Table = 0;
1237 CopyMem (&Table, (VOID *) (EntryBase + Index * TablePointerSize), TablePointerSize);
1238 if (Table->Signature == Signature) {
1239 return Table;
1247 Notification function of ACPI Table change.
1249 This is a notification function registered on ACPI Table change event.
1250 It saves the Century address stored in ACPI FADT table.