Lines Matching refs:PORT_RESUME
189 #define PORT_RESUME (1<<6) /* resume it */ macro
601 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
2915 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq()
3534 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data()
3622 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control()
3673 if (temp & PORT_RESUME) { in oxu_hub_control()
3693 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3696 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control()
3703 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3756 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3806 if (temp & PORT_RESUME) in oxu_hub_control()
3976 temp |= PORT_RESUME; in oxu_bus_resume()
3985 temp &= ~(PORT_RWC_BITS | PORT_RESUME); in oxu_bus_resume()