Home
last modified time | relevance | path

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

/DragonOS-0.1.2/kernel/src/driver/usb/xhci/
Dxhci.h49 #define XHCI_CAPS_RTSOFF 0x18 // Runtime register space offset macro
Dxhci.c2140 …xhci_hc[cid].rts_offset = xhci_read_cap_reg32(cid, XHCI_CAPS_RTSOFF) & (~0x1f); // bits [4:0] rese… in xhci_init()