Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dxhci.h43 #define XHCI_CAPS_HCIVERSION 0x02 // 接口版本号 macro
Dxhci.c2126 uint16_t iversion = *(uint16_t *)(xhci_hc[cid].vbase + XHCI_CAPS_HCIVERSION); in xhci_init()