Home
last modified time | relevance | path

Searched refs:MUSB_POWER_SUSPENDM (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/musb/
A Dmusb_virthub.c71 if (!(power & MUSB_POWER_SUSPENDM)) { in musb_port_suspend()
72 power |= MUSB_POWER_SUSPENDM; in musb_port_suspend()
77 while (power & MUSB_POWER_SUSPENDM) { in musb_port_suspend()
108 } else if (power & MUSB_POWER_SUSPENDM) { in musb_port_suspend()
109 power &= ~MUSB_POWER_SUSPENDM; in musb_port_suspend()
A Dmusb_regs.h26 #define MUSB_POWER_SUSPENDM 0x02 macro
A Dmusb_core.c143 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_read()
187 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_write()
648 reg |= MUSB_POWER_SUSPENDM; in musb_hnp_stop()
2742 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()
2743 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()

Completed in 10 milliseconds