Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-hub.c677 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
730 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
790 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
928 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()
968 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()
1055 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1056 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1179 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1193 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1392 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
[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-ring.c1623 (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) { in handle_port_status()
1630 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1672 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
1673 (portsc & PORT_PLS_MASK) == XDEV_U1 || in handle_port_status()
1674 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
Dxhci.h302 #define PORT_PLS_MASK (0xf << 5) macro
2504 switch (portsc & PORT_PLS_MASK) { in xhci_portsc_link_state_string()
Dxhci.c488 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
953 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
961 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()