Home
last modified time | relevance | path

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

/DragonOS-0.1.3/kernel/src/driver/usb/xhci/
Dxhci.c2126 uint16_t iversion = *(uint16_t *)(xhci_hc[cid].vbase + XHCI_CAPS_HCIVERSION); in xhci_init() local
2146 if (iversion < 0x95) in xhci_init()
2147 …upported/Unknowned xHCI controller version: %#06x. This may cause unexpected behavior.", iversion); in xhci_init()