Searched refs:MUSB_POWER_RESUME (Results 1 – 4 of 4) sorted by relevance
32 power &= ~MUSB_POWER_RESUME; in musb_host_finish_resume()68 if (power & MUSB_POWER_RESUME) in musb_port_suspend()110 power |= MUSB_POWER_RESUME; in musb_port_suspend()148 if (power & MUSB_POWER_RESUME) { in musb_port_reset()159 power & ~MUSB_POWER_RESUME); in musb_port_reset()
25 #define MUSB_POWER_RESUME 0x04 macro
1576 power |= MUSB_POWER_RESUME; in musb_gadget_wakeup()1584 power &= ~MUSB_POWER_RESUME; in musb_gadget_wakeup()
2743 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()2744 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()
Completed in 12 milliseconds