Lines Matching refs:portsc
1898 u32 portsc, cmd_reg; in handle_port_status() local
1939 portsc = readl(port->addr); in handle_port_status()
1942 hcd->self.busnum, hcd_portnum + 1, port_id, portsc); in handle_port_status()
1944 trace_xhci_handle_port_status(hcd_portnum, portsc); in handle_port_status()
1952 (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) { in handle_port_status()
1958 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1967 if (DEV_SUPERSPEED_ANY(portsc)) { in handle_port_status()
1999 if ((portsc & PORT_PLC) && in handle_port_status()
2000 DEV_SUPERSPEED_ANY(portsc) && in handle_port_status()
2001 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
2002 (portsc & PORT_PLS_MASK) == XDEV_U1 || in handle_port_status()
2003 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
2030 if (!DEV_SUPERSPEED_ANY(portsc) && hcd->speed < HCD_USB3 && in handle_port_status()
2041 (portsc & PORT_CSC) && !(portsc & PORT_CONNECT)) in handle_port_status()