Home
last modified time | relevance | path

Searched refs:PORT_PLS_MASK (Results 1 – 4 of 4) sorted by relevance

/drivers/usb/host/
Dxhci-hub.c545 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
593 if ((status_reg & PORT_PLS_MASK) == XDEV_U2) in xhci_hub_report_usb2_link_state()
601 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
662 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
735 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) in xhci_get_port_status()
744 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME && in xhci_get_port_status()
745 (raw_port_status & PORT_PLS_MASK) != XDEV_RECOVERY) { in xhci_get_port_status()
752 if ((raw_port_status & PORT_PLS_MASK) == XDEV_U3 in xhci_get_port_status()
756 if ((raw_port_status & PORT_PLS_MASK) == XDEV_RESUME && in xhci_get_port_status()
841 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
[all …]
Dxhci-ring.c1605 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1645 ((temp & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
1646 (temp & PORT_PLS_MASK) == XDEV_U1 || in handle_port_status()
1647 (temp & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
Dxhci.c448 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
906 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
914 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
4278 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
Dxhci.h310 #define PORT_PLS_MASK (0xf << 5) macro