Searched refs:MUSB_POWER_SUSPENDM (Results 1 – 3 of 3) sorted by relevance
67 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()
148 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()
51 #define MUSB_POWER_SUSPENDM 0x02 macro