Home
last modified time | relevance | path

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

/drivers/usb/host/
Dehci-grlib.c91 u32 hc_capbase; in ehci_hcd_grlib_probe() local
133 hc_capbase = ehci_readl(ehci, &ehci->caps->hc_capbase); in ehci_hcd_grlib_probe()
134 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
Dxhci-dbg.c35 temp = readl(&xhci->cap_regs->hc_capbase); in xhci_dbg_regs()
37 &xhci->cap_regs->hc_capbase, temp); in xhci_dbg_regs()
63 temp = readl(&xhci->cap_regs->hc_capbase); in xhci_print_cap_regs()
Dehci-w90x900.c63 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_w90x900_probe()
Dehci-tilegx.c140 hcd->regs + HC_LENGTH(ehci, readl(&ehci->caps->hc_capbase)); in ehci_hcd_tilegx_drv_probe()
Dehci-mxc.c121 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_mxc_drv_probe()
Doxu210hp.h67 u32 hc_capbase; member
Dfotg210.h211 u32 hc_capbase; member
Dehci-hcd.c649 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
675 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_setup()
Doxu210hp-hcd.c2675 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
2681 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
2740 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
Dehci-dbg.c794 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
Dfotg210-hcd.c680 &fotg210->caps->hc_capbase)); in fill_registers_buffer()
5097 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_run()
5123 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_setup()
Dxhci.h63 __le32 hc_capbase; member
Dxhci.c4928 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
4935 xhci->hcc_params = readl(&xhci->cap_regs->hc_capbase); in xhci_gen_setup()
Dxhci-mem.c2229 base = &xhci->cap_regs->hc_capbase; in xhci_setup_port_arrays()
/drivers/usb/early/
Dehci-dbgp.c892 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase)); in early_dbgp_init()