Lines Matching full:wake
32 * - A delay of 'Instant' wake-up from 'Deep Sleep' is 20 us.
33 * - A delay of 'Standard' wake-up from 'Deep Sleep' is 3.43 ms.
34 * - Max residency time in Deep Sleep for 'Instant' wake-up is 200 ms
35 * - Min Residency time in Deep Sleep for 'Instant' wake-up is 61 us
40 * Sub-state 0 - "Deep Sleep" mode with “Instant” wake-up if residency time
42 * Sub-state 1 - "Deep Sleep" mode with "Standard" wake-up if residency time
83 /* Supported wake-up mode in npcx series */
146 * Disable priority mask temporarily to make sure that wake-up events in npcx_power_enter_system_sleep()
161 /* Turn on eSPI/LPC host access wake-up interrupt. */ in npcx_power_enter_system_sleep()
166 /* Turn on UART RX wake-up interrupt. */ in npcx_power_enter_system_sleep()
186 /* Turn off eSPI/LPC host access wake-up interrupt. */ in npcx_power_enter_system_sleep()
208 case 0: /* Sub-state 0: Deep sleep with instant wake-up */ in pm_state_set()
215 case 1: /* Sub-state 1: Deep sleep with standard wake-up */ in pm_state_set()
237 case 0: /* Sub-state 0: Deep sleep with instant wake-up */ in pm_state_exit_post_ops()
241 case 1: /* Sub-state 1: Deep sleep with standard wake-up */ in pm_state_exit_post_ops()