Searched refs:MUSB_POWER_SUSPENDM (Results 1 – 2 of 2) sorted by relevance
71 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()
26 #define MUSB_POWER_SUSPENDM 0x02 macro