Home
last modified time | relevance | path

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

/xen/xen/arch/x86/acpi/
A Dboot.c280 struct acpi_table_hpet *hpet_tbl = (struct acpi_table_hpet *)table; in acpi_parse_hpet() local
282 if (hpet_tbl->address.space_id != ACPI_ADR_SPACE_SYSTEM_MEMORY) { in acpi_parse_hpet()
304 hpet_address = hpet_tbl->address.address; in acpi_parse_hpet()
305 hpet_blockid = hpet_tbl->sequence; in acpi_parse_hpet()
306 hpet_flags = hpet_tbl->flags; in acpi_parse_hpet()
308 hpet_tbl->id, hpet_address); in acpi_parse_hpet()

Completed in 2 milliseconds