Searched refs:AcpiGbl_FixedEventInfo (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/sys/contrib/dev/acpica/components/events/
H A Devevent.c203 if (AcpiGbl_FixedEventInfo[i].EnableRegisterId != 0xFF)
206 AcpiGbl_FixedEventInfo[i].EnableRegisterId,
262 if ((FixedStatus & AcpiGbl_FixedEventInfo[i].StatusBitMask) &&
263 (FixedEnable & AcpiGbl_FixedEventInfo[i].EnableBitMask))
310 AcpiGbl_FixedEventInfo[Event].StatusRegisterId,
320 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
H A Devxfevnt.c211 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
221 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value);
277 AcpiGbl_FixedEventInfo[Event].EnableRegisterId,
285 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value);
338 AcpiGbl_FixedEventInfo[Event].StatusRegisterId,
396 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte);
411 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte);
/freebsd-10.2-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwsleep.c343 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId,
347 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId,
/freebsd-10.2-release/sys/contrib/dev/acpica/components/utilities/
H A Dutglobal.c172 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] = variable
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacglobal.h273 extern ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS];

Completed in 46 milliseconds