Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h273 #define XDEV_U2 (0x2 << 5) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h312 #define XDEV_U2 (0x2 << 5) macro
2620 case XDEV_U2: in xhci_portsc_link_state_string()
H A Dxhci-hub.c1007 if (link_state == XDEV_U2) in xhci_get_usb2_port_status()
H A Dxhci-ring.c2003 (portsc & PORT_PLS_MASK) == XDEV_U2)) { in handle_port_status()