Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dinternal.h60 …RT_IS_USB2_HSO(cid, pid) ((xhci_hc[cid].ports[pid].flags & XHCI_PROTOCOL_HSO) == XHCI_PROTOCOL_HSO)
Dxhci.h491 #define XHCI_PROTOCOL_HSO (1 << 1) // 1-> usb2 high speed only macro
Dxhci.c456 xhci_hc[id].ports[offset + i].flags |= XHCI_PROTOCOL_HSO; in xhci_hc_pair_ports()