Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-hub.c672 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
720 if ((status_reg & PORT_PLS_MASK) == XDEV_U2) in xhci_hub_report_usb2_link_state()
728 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
788 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
865 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) in xhci_get_port_status()
874 if ((raw_port_status & PORT_PLS_MASK) == XDEV_U3 in xhci_get_port_status()
878 if ((raw_port_status & PORT_PLS_MASK) == XDEV_RESUME && in xhci_get_port_status()
961 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
962 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
968 if ((raw_port_status & PORT_PLS_MASK) == XDEV_U0 && in xhci_get_port_status()
[all …]
Dxhci-debugfs.c375 if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) { in xhci_port_write()
380 portsc &= ~PORT_PLS_MASK; in xhci_port_write()
Dxhci.h302 #define PORT_PLS_MASK (0xf << 5) macro
2435 switch (portsc & PORT_PLS_MASK) { in xhci_portsc_link_state_string()
Dxhci-ring.c1567 if (hcd->speed >= HCD_USB3 && (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) in handle_port_status()
1570 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1609 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_U0 && in handle_port_status()
Dxhci.c489 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
947 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
955 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()