Home
last modified time | relevance | path

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

/drivers/usb/musb/
Dmusb_virthub.c67 power |= MUSB_POWER_SUSPENDM; in musb_port_suspend()
72 while (power & MUSB_POWER_SUSPENDM) { in musb_port_suspend()
100 } else if (power & MUSB_POWER_SUSPENDM) { in musb_port_suspend()
101 power &= ~MUSB_POWER_SUSPENDM; in musb_port_suspend()
Dmusb_core.c148 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_read()
192 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_write()
411 reg |= MUSB_POWER_SUSPENDM; in musb_hnp_stop()
468 if (power & MUSB_POWER_SUSPENDM) { in musb_stage0_irq()
475 power &= ~MUSB_POWER_SUSPENDM; in musb_stage0_irq()
Dmusb_regs.h51 #define MUSB_POWER_SUSPENDM 0x02 macro