Searched refs:hpet_tbl (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/acpi/
H A Dboot.c700 struct acpi_table_hpet *hpet_tbl; local
702 hpet_tbl = (struct acpi_table_hpet *)table;
703 if (!hpet_tbl) {
708 if (hpet_tbl->address.space_id != ACPI_SPACE_MEM) {
714 hpet_address = hpet_tbl->address.address;
715 hpet_blockid = hpet_tbl->sequence;
724 hpet_tbl->id, hpet_address);
738 "fix it up to 0xfed00000.\n", hpet_tbl->id);
744 "to 0xfed00000.\n", hpet_tbl->id);
749 hpet_tbl
[all...]

Completed in 98 milliseconds