Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/musb/
Dmusb_virthub.c96 power |= MUSB_POWER_SUSPENDM; in musb_port_suspend()
101 while (power & MUSB_POWER_SUSPENDM) { in musb_port_suspend()
129 } else if (power & MUSB_POWER_SUSPENDM) { in musb_port_suspend()
130 power &= ~MUSB_POWER_SUSPENDM; in musb_port_suspend()
Dmusb_core.c147 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_read()
191 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_write()
508 reg |= MUSB_POWER_SUSPENDM; in musb_hnp_stop()
2396 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()
2397 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()
Dmusb_regs.h51 #define MUSB_POWER_SUSPENDM 0x02 macro