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

/freebsd-10.0-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwsleep.c73 UINT32 Pm1bControl; local
133 Pm1bControl = Pm1aControl;
138 Pm1bControl |= (AcpiGbl_SleepTypeB << SleepTypeRegInfo->BitPosition);
147 Status = AcpiHwWritePm1Control (Pm1aControl, Pm1bControl);
156 Pm1bControl |= SleepEnableRegInfo->AccessBitMask;
164 Status = AcpiHwWritePm1Control (Pm1aControl, Pm1bControl);
244 UINT32 Pm1bControl; local
273 Pm1bControl = Pm1aControl;
279 Pm1bControl |= (AcpiGbl_SleepTypeB <<
284 (void) AcpiHwWritePm1Control (Pm1aControl, Pm1bControl);
[all...]
H A Dhwregs.c362 * Pm1bControl - Value to be written to PM1B control
377 UINT32 Pm1bControl)
393 Status = AcpiHwWrite (Pm1bControl, &AcpiGbl_FADT.XPm1bControlBlock);
375 AcpiHwWritePm1Control( UINT32 Pm1aControl, UINT32 Pm1bControl) argument
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dachware.h95 UINT32 Pm1bControl);

Completed in 69 milliseconds