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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/83xx/
H A Dsuspend.c111 static int pci_pm_state; variable
126 pci_pm_state = (reg_cfg1 & PMCCR1_NEXT_STATE) >>
130 if (curr_state != pci_pm_state) {
132 reg_cfg1 |= pci_pm_state;
177 /* Don't go to sleep if there's a race where pci_pm_state changes
182 if (pci_pm_state != (deep_sleeping ? 3 : 2))
265 wait_event_interruptible(agent_wq, pci_pm_state >= 2);
268 if (signal_pending(current) || pci_pm_state < 2)
280 pm_suspend(pci_pm_state == 3 ? PM_SUSPEND_MEM :

Completed in 53 milliseconds