Home
last modified time | relevance | path

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

/linux-4.1.27/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()
64 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.h204 u32 hc_capbase; member
Dfusbh200.h199 u32 hc_capbase; member
Dehci-hcd.c636 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
662 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_setup()
Doxu210hp-hcd.c2685 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
2691 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
2754 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
Dehci-dbg.c807 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
Dxhci.h61 __le32 hc_capbase; member
Dfusbh200-hcd.c667 i = HC_VERSION(fusbh200, fusbh200_readl(fusbh200, &fusbh200->caps->hc_capbase)); in fill_registers_buffer()
5218 temp = HC_VERSION(fusbh200, fusbh200_readl(fusbh200, &fusbh200->caps->hc_capbase)); in fusbh200_run()
5243 HC_LENGTH(fusbh200, fusbh200_readl(fusbh200, &fusbh200->caps->hc_capbase)); in fusbh200_setup()
Dfotg210-hcd.c694 &fotg210->caps->hc_capbase)); in fill_registers_buffer()
5300 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_run()
5326 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_setup()
Dxhci.c4909 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
4916 xhci->hcc_params = readl(&xhci->cap_regs->hc_capbase); in xhci_gen_setup()
Dxhci-mem.c2203 addr = &xhci->cap_regs->hc_capbase + offset; in xhci_setup_port_arrays()
/linux-4.1.27/include/linux/usb/
Dehci_def.h34 u32 hc_capbase; member
/linux-4.1.27/drivers/usb/early/
Dehci-dbgp.c894 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase)); in early_dbgp_init()