Searched refs:Pm1aControl (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwsleep.c72 UINT32 Pm1aControl; local
121 &Pm1aControl);
131 Pm1aControl &= ~(SleepTypeRegInfo->AccessBitMask |
133 Pm1bControl = Pm1aControl;
137 Pm1aControl |= (AcpiGbl_SleepTypeA << SleepTypeRegInfo->BitPosition);
147 Status = AcpiHwWritePm1Control (Pm1aControl, Pm1bControl);
155 Pm1aControl |= SleepEnableRegInfo->AccessBitMask;
164 Status = AcpiHwWritePm1Control (Pm1aControl, Pm1bControl);
243 UINT32 Pm1aControl; local
266 &Pm1aControl);
[all...]
H A Dhwregs.c361 * PARAMETERS: Pm1aControl - Value to be written to PM1A control
376 UINT32 Pm1aControl,
385 Status = AcpiHwWrite (Pm1aControl, &AcpiGbl_FADT.XPm1aControlBlock);
375 AcpiHwWritePm1Control( UINT32 Pm1aControl, UINT32 Pm1bControl) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dachware.h94 UINT32 Pm1aControl,

Completed in 159 milliseconds