Lines Matching refs:PORT_RESUME
189 #define PORT_RESUME (1<<6) /* resume it */ macro
601 (status & PORT_RESUME) ? " RESUME" : "", in dbg_port_buf()
2914 if (!(pstatus & PORT_RESUME) in oxu210_hcd_irq()
3533 if ((temp & mask) != 0 || ((temp & PORT_RESUME) != 0 && in oxu_hub_status_data()
3621 writel(temp | PORT_RESUME, status_reg); in oxu_hub_control()
3672 if (temp & PORT_RESUME) { in oxu_hub_control()
3692 writel(temp & ~(PORT_RWC_BITS | PORT_RESUME), in oxu_hub_control()
3695 PORT_RESUME, 0, 2000 /* 2msec */); in oxu_hub_control()
3702 temp &= ~(PORT_SUSPEND|PORT_RESUME|(3<<10)); in oxu_hub_control()
3755 if (temp & (PORT_SUSPEND|PORT_RESUME)) in oxu_hub_control()
3805 if (temp & PORT_RESUME) in oxu_hub_control()
3975 temp |= PORT_RESUME; in oxu_bus_resume()
3984 temp &= ~(PORT_RWC_BITS | PORT_RESUME); in oxu_bus_resume()