Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A 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()
H A Dmusb_regs.h26 #define MUSB_POWER_SUSPENDM 0x02 macro
H A Dmusb_core.c142 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_read()
186 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_write()
648 reg |= MUSB_POWER_SUSPENDM; in musb_hnp_stop()
2745 power &= MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME; in musb_restore_context()
2746 musb->context.power &= ~(MUSB_POWER_SUSPENDM | MUSB_POWER_RESUME); in musb_restore_context()
/OK3568_Linux_fs/u-boot/drivers/usb/musb/
H A Dmusb_core.h133 #define MUSB_POWER_SUSPENDM 0x02 macro
/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_core.c134 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_read()
178 power &= ~MUSB_POWER_SUSPENDM; in musb_ulpi_write()
388 reg |= MUSB_POWER_SUSPENDM; in musb_hnp_stop()
447 if (power & MUSB_POWER_SUSPENDM) { in musb_stage0_irq()
454 power &= ~MUSB_POWER_SUSPENDM; in musb_stage0_irq()
H A Dmusb_regs.h27 #define MUSB_POWER_SUSPENDM 0x02 macro