Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-hub.c645 bool port_in_u0 = ((status & PORT_PLS_MASK) == XDEV_U0); in xhci_del_comp_mod_timer()
769 XDEV_U0); in xhci_get_port_status()
820 if ((raw_port_status & PORT_PLS_MASK) == XDEV_U0 && in xhci_get_port_status()
966 if ((temp & PORT_PLS_MASK) != XDEV_U0) { in xhci_hub_control()
969 XDEV_U0); in xhci_hub_control()
1160 XDEV_U0); in xhci_hub_control()
1411 xhci_set_link_state(xhci, port_array, port_index, XDEV_U0); in xhci_bus_resume()
Dxhci.h311 #define XDEV_U0 (0x0 << 5) macro
Dxhci-ring.c1580 XDEV_U0); in handle_port_status()
1598 if ((temp & PORT_PLC) && (temp & PORT_PLS_MASK) == XDEV_U0 && in handle_port_status()