Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/contrib/dev/acpica/components/hardware/
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()
Dhwregs.c735 Status = AcpiHwRead (&Value64, &AcpiGbl_FADT.XPmTimerBlock); in AcpiHwRegisterRead()
876 Status = AcpiHwWrite (Value, &AcpiGbl_FADT.XPmTimerBlock); in AcpiHwRegisterWrite()
/freebsd-12-stable/sys/dev/acpica/
Dacpi_timer.c141 switch (AcpiGbl_FADT.XPmTimerBlock.SpaceId) { in acpi_timer_identify()
153 rstart = AcpiGbl_FADT.XPmTimerBlock.Address; in acpi_timer_identify()
171 switch (AcpiGbl_FADT.XPmTimerBlock.SpaceId) { in acpi_timer_probe()
186 (u_long)AcpiGbl_FADT.XPmTimerBlock.Address); in acpi_timer_probe()
240 switch (AcpiGbl_FADT.XPmTimerBlock.SpaceId) { in acpi_timer_attach()
/freebsd-12-stable/sys/contrib/dev/acpica/include/
Dactbl.h418 …ACPI_GENERIC_ADDRESS XPmTimerBlock; /* 64-bit Extended Power Mgt Timer Ctrl Reg Blk addres… member
/freebsd-12-stable/sys/contrib/dev/acpica/common/
Ddmtbinfo.c405 {ACPI_DMT_GAS, ACPI_FADT_OFFSET (XPmTimerBlock), "PM Timer Block", 0},
/freebsd-12-stable/sys/contrib/dev/acpica/components/tables/
Dtbfadt.c241 ACPI_FADT_OFFSET (XPmTimerBlock),
/freebsd-12-stable/usr.sbin/acpi/acpidump/
Dacpi.c1912 acpi_print_gas(&fadt->XPmTimerBlock); in acpi_print_fadt()