Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/musb/
Dmusb_virthub.c72 if (!(power & MUSB_POWER_SUSPENDM)) { in musb_port_suspend()
73 power |= MUSB_POWER_SUSPENDM; in musb_port_suspend()
78 while (power & MUSB_POWER_SUSPENDM) { in musb_port_suspend()
107 } else if (power & MUSB_POWER_SUSPENDM) { in musb_port_suspend()
108 power &= ~MUSB_POWER_SUSPENDM; in musb_port_suspend()
Dmusb_regs.h26 #define MUSB_POWER_SUSPENDM 0x02 macro
Dmusb_core.c141 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_read()
185 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_write()
507 reg |= MUSB_POWER_SUSPENDM; in musb_hnp_stop()
2589 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()
2590 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()