Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c695 temp &= ~PORT_PLS_MASK; in xhci_set_link_state()
748 u32 pls = status_reg & PORT_PLS_MASK; in xhci_hub_report_usb3_link_state()
809 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
949 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb3_port_status()
997 link_state = portsc & PORT_PLS_MASK; in xhci_get_usb2_port_status()
1087 (raw_port_status & PORT_PLS_MASK) != XDEV_U3 && in xhci_get_port_status()
1088 (raw_port_status & PORT_PLS_MASK) != XDEV_RESUME) { in xhci_get_port_status()
1211 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1225 || (temp & PORT_PLS_MASK) >= XDEV_U3) { in xhci_hub_control()
1334 u32 pls = temp & PORT_PLS_MASK; in xhci_hub_control()
[all …]
H A Dxhci-debugfs.c382 if ((portsc & PORT_PLS_MASK) != XDEV_RXDETECT) { in xhci_port_write()
387 portsc &= ~PORT_PLS_MASK; in xhci_port_write()
H A Dxhci-ring.c1952 (portsc & PORT_PLS_MASK) == XDEV_INACTIVE) { in handle_port_status()
1958 if ((portsc & PORT_PLC) && (portsc & PORT_PLS_MASK) == XDEV_RESUME) { in handle_port_status()
2001 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
2002 (portsc & PORT_PLS_MASK) == XDEV_U1 || in handle_port_status()
2003 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()
H A Dxhci.h309 #define PORT_PLS_MASK (0xf << 5) macro
2615 switch (portsc & PORT_PLS_MASK) { in xhci_portsc_link_state_string()
H A Dxhci.c489 if ((temp & PORT_PLS_MASK) == USB_SS_PORT_LS_COMP_MOD) { in compliance_mode_recovery()
966 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
974 (portsc & PORT_PLS_MASK) == XDEV_RESUME) in xhci_pending_portevent()
4537 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
H A Dxhci-tegra.c1694 if ((value & PORT_PLS_MASK) != XDEV_U3) { in xhci_hub_ports_suspended()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-keystone.c211 usb2_pls = (readl(portsc_1) & PORT_PLS_MASK) >> 5; in keystone_xhci_phy_suspend()
212 usb3_pls = (readl(portsc_2) & PORT_PLS_MASK) >> 5; in keystone_xhci_phy_suspend()
H A Dxhci.c1001 if ((reg & PORT_PLS_MASK) == XDEV_U3) in xhci_submit_root()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h271 #define PORT_PLS_MASK (0xf << 5) macro