Searched refs:XDEV_U3 (Results 1 – 5 of 5) sorted by relevance
1005 if (link_state == XDEV_U3) in xhci_get_usb2_port_status()1087 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()1225 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()1242 xhci_set_link_state(xhci, ports[wIndex], XDEV_U3); in xhci_hub_control()1340 if (pls == XDEV_U3 || in xhci_hub_control()1346 if (pls <= XDEV_U3) /* U1, U2, U3 */ in xhci_hub_control()1350 if (pls > XDEV_U3) in xhci_hub_control()1381 if ((temp & PORT_PLS_MASK) == XDEV_U3) in xhci_hub_control()1469 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()1677 t2 |= PORT_LINK_STROBE | XDEV_U3; in xhci_bus_suspend()[all …]
313 #define XDEV_U3 (0x3 << 5) macro2622 case XDEV_U3: in xhci_portsc_link_state_string()
1694 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
274 #define XDEV_U3 (0x3 << 5) macro
1001 if ((reg & PORT_PLS_MASK) == XDEV_U3) in xhci_submit_root()