Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h438 struct xhci_run_regs { struct
1220 struct xhci_run_regs *run_regs;
H A Dxhci-mem.c543 ctrl->run_regs = (struct xhci_run_regs *)((char *)hccr + val); in xhci_mem_init()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h284 struct xhci_run_regs { struct
1519 struct xhci_run_regs __iomem *run_regs;
H A Dxhci.c5445 BUILD_BUG_ON(sizeof(struct xhci_run_regs) != (8+8*128)*32/8); in xhci_hcd_init()