Searched refs:AcpiGbl_FixedEventInfo (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/acpica/events/ |
H A D | evevent.c | 203 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 D | evxfevnt.c | 213 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, 223 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); 279 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, 287 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &Value); 340 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, 398 AcpiGbl_FixedEventInfo[Event].EnableRegisterId, &InByte); 413 AcpiGbl_FixedEventInfo[Event].StatusRegisterId, &InByte);
|
/illumos-gate/usr/src/uts/intel/io/acpica/hardware/ |
H A D | hwsleep.c | 345 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].EnableRegisterId, 349 AcpiGbl_FixedEventInfo[ACPI_EVENT_POWER_BUTTON].StatusRegisterId,
|
/illumos-gate/usr/src/cmd/acpi/common/ |
H A D | utglobal.c | 178 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] = variable
|
/illumos-gate/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utglobal.c | 178 ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS] = variable
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acglobal.h | 284 extern ACPI_FIXED_EVENT_INFO AcpiGbl_FixedEventInfo[ACPI_NUM_FIXED_EVENTS];
|
Completed in 286 milliseconds