Lines Matching refs:PORT_RESUME
174 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
2499 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq()
3123 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data()
3211 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control()
3262 if (temp & PORT_RESUME) { in oxu_hub_control()
3282 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3285 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control()
3292 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3345 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3395 if (temp & PORT_RESUME) in oxu_hub_control()
3563 temp |= PORT_RESUME; in oxu_bus_resume()
3572 temp &= ~(PORT_RWC_BITS | PORT_RESUME); in oxu_bus_resume()