Searched refs:cap_regs (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/dev/usb/xhci/
H A Dxhci.c156 xhci->cap_regs = (xhci_cap_regs_t*)xhci->mmio;
157 xhci->op_regs = (xhci_op_regs_t*)((uint8_t*)xhci->cap_regs + xhci->cap_regs->length);
158 xhci->doorbells = (uint32_t*)((uint8_t*)xhci->cap_regs + xhci->cap_regs->dboff);
159 xhci->runtime_regs = (xhci_runtime_regs_t*)((uint8_t*)xhci->cap_regs + xhci->cap_regs->rtsoff);
160 volatile uint32_t* hcsparams1 = &xhci->cap_regs->hcsparams1;
161 volatile uint32_t* hcsparams2 = &xhci->cap_regs->hcsparams2;
162 volatile uint32_t* hccparams1 = &xhci->cap_regs
348 xhci_cap_regs_t* cap_regs = (xhci_cap_regs_t*)xhci->mmio; local
[all...]
H A Dxhci.h129 xhci_cap_regs_t* cap_regs; member in struct:xhci

Completed in 75 milliseconds