Home
last modified time | relevance | path

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

/devicemodel/arch/x86/
A Dpm.c136 static uint16_t pm1_control; variable
147 if (!(pm1_control & VIRTUAL_PM1A_SCI_EN)) in sci_update()
261 *eax = pm1_control; in pm1_control_handler()
268 pm1_control = (pm1_control & VIRTUAL_PM1A_SCI_EN) | in pm1_control_handler()
276 if ((pm1_control & VIRTUAL_PM1A_SLP_TYP) >> 10 == 5) { in pm1_control_handler()
281 if ((pm1_control & VIRTUAL_PM1A_SLP_TYP) >> 10 == 3) { in pm1_control_handler()
288 INOUT_PORT(pm1_control, VIRTUAL_PM1A_CNT_ADDR, IOPORT_F_INOUT, pm1_control_handler);
306 pm1_control |= VIRTUAL_PM1A_SCI_EN; in smi_cmd_handler()
326 pm1_control &= ~VIRTUAL_PM1A_SCI_EN; in smi_cmd_handler()

Completed in 6 milliseconds