Searched refs:MUSB_POWER_SUSPENDM (Results 1 – 3 of 3) sorted by relevance
97 if (!(power & MUSB_POWER_SUSPENDM)) { in musb_port_suspend()98 power |= MUSB_POWER_SUSPENDM; in musb_port_suspend()103 while (power & MUSB_POWER_SUSPENDM) { in musb_port_suspend()132 } else if (power & MUSB_POWER_SUSPENDM) { in musb_port_suspend()133 power &= ~MUSB_POWER_SUSPENDM; in musb_port_suspend()
167 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_read()211 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_write()541 reg |= MUSB_POWER_SUSPENDM; in musb_hnp_stop()2612 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()2613 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()
51 #define MUSB_POWER_SUSPENDM 0x02 macro