Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-hub.c809 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
880 xhci_set_link_state(xhci, port, XDEV_U0); in xhci_handle_usb2_port_link_resume()
972 if (link_state == XDEV_U0) in xhci_get_usb3_port_status()
1009 if (link_state == XDEV_U0) { in xhci_get_usb2_port_status()
1211 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
1214 XDEV_U0); in xhci_hub_control()
1338 if (pls == XDEV_U0) in xhci_hub_control()
1481 XDEV_U0); in xhci_hub_control()
1667 if ((t1 & PORT_PE) && (t1 & PORT_PLS_MASK) == XDEV_U0) { in xhci_bus_suspend()
1812 next_state = XDEV_U0; in xhci_bus_resume()
[all …]
H A Dxhci.h310 #define XDEV_U0 (0x0 << 5) macro
2616 case XDEV_U0: in xhci_portsc_link_state_string()
H A Dxhci-ring.c1976 xhci_set_link_state(xhci, port, XDEV_U0); in handle_port_status()
2001 ((portsc & PORT_PLS_MASK) == XDEV_U0 || in handle_port_status()
H A Dxhci.c4537 (pm_val & PORT_PLS_MASK) == XDEV_U0, in xhci_set_usb2_hardware_lpm()
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h272 #define XDEV_U0 (0x0 << 5) macro