Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/common/
H A Dahtable.c219 {ACPI_SIG_GTDT, "Generic Timer Description Table"},
H A Ddmtable.c499 {ACPI_SIG_GTDT, NULL, AcpiDmDumpGtdt, DtCompileGtdt, TemplateGtdt},
/f-stack/freebsd/arm/arm/
H A Dgeneric_timer.c352 physaddr = acpi_find_table(ACPI_SIG_GTDT); in arm_tmr_acpi_identify()
356 gtdt = acpi_map_table(physaddr, ACPI_SIG_GTDT); in arm_tmr_acpi_identify()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dactbl1.h185 #define ACPI_SIG_GTDT "GTDT" /* Generic Timer Description Table */ macro