Lines Matching refs:PORT_RESUME
174 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
2499 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq()
3128 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data()
3216 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control()
3267 if (temp & PORT_RESUME) { in oxu_hub_control()
3287 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3290 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control()
3297 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3350 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3400 if (temp & PORT_RESUME) in oxu_hub_control()
3568 temp |= PORT_RESUME; in oxu_bus_resume()
3577 temp &= ~(PORT_RWC_BITS | PORT_RESUME); in oxu_bus_resume()