Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/musb/
H A Dmusb_virthub.c32 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()
H A Dmusb_regs.h25 #define MUSB_POWER_RESUME 0x04 macro
H A Dmusb_gadget.c1576 power |= MUSB_POWER_RESUME; in musb_gadget_wakeup()
1584 power &= ~MUSB_POWER_RESUME; in musb_gadget_wakeup()
H A Dmusb_core.c2741 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()
2742 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()
/openbmc/u-boot/drivers/usb/musb/
H A Dmusb_core.h131 #define MUSB_POWER_RESUME 0x04 macro
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_regs.h25 #define MUSB_POWER_RESUME 0x04 macro
H A Dmusb_gadget.c1678 power |= MUSB_POWER_RESUME; in musb_gadget_wakeup()
1686 power &= ~MUSB_POWER_RESUME; in musb_gadget_wakeup()
H A Dmusb_core.c455 power | MUSB_POWER_RESUME); in musb_stage0_irq()