Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/acpi/
H A Dboot.c894 struct acpi_table_hpet *hpet_tbl = (struct acpi_table_hpet *)table; in acpi_parse_hpet() local
896 if (hpet_tbl->address.space_id != ACPI_SPACE_MEM) { in acpi_parse_hpet()
901 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
902 hpet_blockid = hpet_tbl->sequence; in acpi_parse_hpet()
909 pr_warn("HPET id: %#x base: %#lx is invalid\n", hpet_tbl->id, hpet_address); in acpi_parse_hpet()
921 hpet_tbl->id); in acpi_parse_hpet()
926 hpet_tbl->id); in acpi_parse_hpet()
930 pr_info("HPET id: %#x base: %#lx\n", hpet_tbl->id, hpet_address); in acpi_parse_hpet()
943 hpet_tbl->sequence); in acpi_parse_hpet()