Home
last modified time | relevance | path

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

/linux-4.4.14/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()
Dehci-w90x900.c63 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in usb_w90x900_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()
65 temp = readl(&xhci->cap_regs->hc_capbase); in xhci_print_cap_regs()
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.h66 u32 hc_capbase; member
Dfotg210.h210 u32 hc_capbase; member
Dehci-hcd.c637 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
663 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_setup()
Doxu210hp-hcd.c2684 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
2690 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
2749 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
Dehci-dbg.c808 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
Dxhci.h63 __le32 hc_capbase; member
Dfotg210-hcd.c680 &fotg210->caps->hc_capbase)); in fill_registers_buffer()
5105 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_run()
5131 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_setup()
Dxhci.c4895 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
4902 xhci->hcc_params = readl(&xhci->cap_regs->hc_capbase); in xhci_gen_setup()
Dxhci-mem.c2235 addr = &xhci->cap_regs->hc_capbase + offset; in xhci_setup_port_arrays()
/linux-4.4.14/include/linux/usb/
Dehci_def.h34 u32 hc_capbase; member
/linux-4.4.14/drivers/usb/early/
Dehci-dbgp.c894 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase)); in early_dbgp_init()