Home
last modified time | relevance | path

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

/drivers/usb/host/
Dxhci-hub.c419 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
467 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_link_state()
522 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
627 if ((temp & PORT_PLS_MASK) == XDEV_U3 in xhci_hub_control()
631 if ((temp & PORT_PLS_MASK) == XDEV_RESUME && in xhci_hub_control()
664 if ((temp & PORT_PLS_MASK) == XDEV_U0 in xhci_hub_control()
722 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
736 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
907 if ((temp & PORT_PLS_MASK) == XDEV_U3) { in xhci_hub_control()
1064 if ((t1 & PORT_PE) && !(t1 & PORT_PLS_MASK)) { in xhci_bus_suspend()
[all …]
Dxhci.h277 #define PORT_PLS_MASK (0xf << 5) macro
Dxhci-ring.c1653 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
1689 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_U0 && in handle_port_status()
Dxhci.c415 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
3959 (temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_usb2_software_lpm_test()