Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h338 #define XHCI_XECP_ID_PROTOCOL 2 // Supported protocol macro
Dxhci.c395 if ((dw0 & 0xff) == XHCI_XECP_ID_PROTOCOL && ((dw0 & 0xff000000) >> 24) == version) in xhci_hc_get_protocol_offset()