Home
last modified time | relevance | path

Searched refs:XHCI_PORT_IS_USB3 (Results 1 – 2 of 2) sorted by relevance

/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dinternal.h58 #define XHCI_PORT_IS_USB3(cid, pid) ((xhci_hc[cid].ports[pid].flags & XHCI_PROTOCOL_INFO) == XHCI_P… macro
Dxhci.c505 if (XHCI_PORT_IS_USB3(id, i) || (XHCI_PORT_IS_USB2(id, i) && (!XHCI_PORT_HAS_PAIR(id, i)))) in xhci_hc_pair_ports()
809 if (XHCI_PORT_IS_USB3(id, port)) in xhci_reset_port()
828 if (XHCI_PORT_IS_USB3(id, port) && (val & (1U << 31)) == 0) in xhci_reset_port()
870 if (retval != 0 && XHCI_PORT_IS_USB3(id, port)) in xhci_reset_port()
1636 if (XHCI_PORT_IS_USB3(id, i) && XHCI_PORT_IS_ACTIVE(id, i)) in xhci_hc_start_ports()