Searched defs:pci_pm_state (Results 1 - 1 of 1) sorted by relevance

/arch/powerpc/platforms/83xx/
H A Dsuspend.c114 static int pci_pm_state; variable
129 pci_pm_state = (reg_cfg1 & PMCCR1_NEXT_STATE) >>
133 if (curr_state != pci_pm_state) {
135 reg_cfg1 |= pci_pm_state;
180 /* Don't go to sleep if there's a race where pci_pm_state changes
185 if (pci_pm_state != (deep_sleeping ? 3 : 2))
268 wait_event_interruptible(agent_wq, pci_pm_state >= 2);
271 if (signal_pending(current) || pci_pm_state < 2)
283 pm_suspend(pci_pm_state == 3 ? PM_SUSPEND_MEM :

Completed in 44 milliseconds