Home
last modified time | relevance | path

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

/arch/x86/kernel/acpi/
Dboot.c826 struct acpi_table_hpet *hpet_tbl; in acpi_parse_hpet() local
828 hpet_tbl = (struct acpi_table_hpet *)table; in acpi_parse_hpet()
829 if (!hpet_tbl) { in acpi_parse_hpet()
834 if (hpet_tbl->address.space_id != ACPI_SPACE_MEM) { in acpi_parse_hpet()
840 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
841 hpet_blockid = hpet_tbl->sequence; in acpi_parse_hpet()
850 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
864 "fix it up to 0xfed00000.\n", hpet_tbl->id); in acpi_parse_hpet()
870 "to 0xfed00000.\n", hpet_tbl->id); in acpi_parse_hpet()
875 hpet_tbl->id, hpet_address); in acpi_parse_hpet()
[all …]