Searched refs:rts_offset (Results 1 – 3 of 3) sorted by relevance
38 #define xhci_calc_intr_vaddr(id, num) (xhci_hc[id].vbase + xhci_hc[id].rts_offset + XHCI_RT_IR0 + (…
523 uint32_t rts_offset; // Runtime Register Space offset member
2005 uint32_t x = xhci_read_cap_reg32(id, xhci_hc[id].rts_offset + 0x20); in xhci_send_command()2140 …xhci_hc[cid].rts_offset = xhci_read_cap_reg32(cid, XHCI_CAPS_RTSOFF) & (~0x1f); // bits [4:0] rese… in xhci_init()