Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/dev/acpica/components/hardware/
H A Dhwtimer.c231 if (!AcpiGbl_FADT.XPmTimerBlock.Address) in ACPI_EXPORT_SYMBOL()
236 Status = AcpiHwRead (&TimerValue, &AcpiGbl_FADT.XPmTimerBlock); in ACPI_EXPORT_SYMBOL()
300 if (!AcpiGbl_FADT.XPmTimerBlock.Address) in ACPI_EXPORT_SYMBOL()
H A Dhwregs.c735 Status = AcpiHwRead (&Value64, &AcpiGbl_FADT.XPmTimerBlock); in AcpiHwRegisterRead()
876 Status = AcpiHwWrite (Value, &AcpiGbl_FADT.XPmTimerBlock); in AcpiHwRegisterWrite()
/freebsd-13.1/sys/dev/acpica/
H A Dacpi_timer.c147 switch (AcpiGbl_FADT.XPmTimerBlock.SpaceId) { in acpi_timer_identify()
159 rstart = AcpiGbl_FADT.XPmTimerBlock.Address; in acpi_timer_identify()
177 switch (AcpiGbl_FADT.XPmTimerBlock.SpaceId) { in acpi_timer_probe()
192 (u_long)AcpiGbl_FADT.XPmTimerBlock.Address); in acpi_timer_probe()
246 switch (AcpiGbl_FADT.XPmTimerBlock.SpaceId) { in acpi_timer_attach()
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dactbl.h418 …ACPI_GENERIC_ADDRESS XPmTimerBlock; /* 64-bit Extended Power Mgt Timer Ctrl Reg Blk addres… member
/freebsd-13.1/sys/contrib/dev/acpica/common/
H A Ddmtbinfo.c405 {ACPI_DMT_GAS, ACPI_FADT_OFFSET (XPmTimerBlock), "PM Timer Block", 0},
/freebsd-13.1/sys/contrib/dev/acpica/components/tables/
H A Dtbfadt.c241 ACPI_FADT_OFFSET (XPmTimerBlock),
/freebsd-13.1/usr.sbin/acpi/acpidump/
H A Dacpi.c1925 acpi_print_gas(&fadt->XPmTimerBlock); in acpi_print_fadt()