Searched refs:hc_capbase (Results 1 - 17 of 17) sorted by relevance

/drivers/usb/host/
H A Dehci-grlib.c91 u32 hc_capbase; local
133 hc_capbase = ehci_readl(ehci, &ehci->caps->hc_capbase);
134 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) {
H A Dehci-w90x900.c70 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
H A Dehci-tilegx.c140 hcd->regs + HC_LENGTH(ehci, readl(&ehci->caps->hc_capbase));
H A Dxhci-dbg.c35 temp = readl(&xhci->cap_regs->hc_capbase);
37 &xhci->cap_regs->hc_capbase, temp);
64 temp = readl(&xhci->cap_regs->hc_capbase);
H A Dehci-mxc.c128 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
H A Doxu210hp.h66 u32 hc_capbase; member in struct:ehci_caps
H A Dfotg210.h202 u32 hc_capbase; member in struct:fotg210_caps
H A Dfusbh200.h197 u32 hc_capbase; member in struct:fusbh200_caps
H A Dehci-hcd.c631 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
657 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
H A Dehci-dbg.c807 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase));
H A Dxhci.h51 * @hc_capbase: length of the capabilities register and HC version number
60 __le32 hc_capbase; member in struct:xhci_cap_regs
70 /* hc_capbase bitmasks */
H A Doxu210hp-hcd.c2686 HC_LENGTH(readl(&oxu->caps->hc_capbase));
2692 HC_LENGTH(readl(&oxu->caps->hc_capbase));
2755 temp = HC_VERSION(readl(&oxu->caps->hc_capbase));
H A Dfotg210-hcd.c694 &fotg210->caps->hc_capbase));
5300 fotg210_readl(fotg210, &fotg210->caps->hc_capbase));
5326 fotg210_readl(fotg210, &fotg210->caps->hc_capbase));
H A Dfusbh200-hcd.c667 i = HC_VERSION(fusbh200, fusbh200_readl(fusbh200, &fusbh200->caps->hc_capbase));
5219 temp = HC_VERSION(fusbh200, fusbh200_readl(fusbh200, &fusbh200->caps->hc_capbase));
5244 HC_LENGTH(fusbh200, fusbh200_readl(fusbh200, &fusbh200->caps->hc_capbase));
H A Dxhci.c4859 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase));
4866 xhci->hcc_params = readl(&xhci->cap_regs->hc_capbase);
H A Dxhci-mem.c2201 addr = &xhci->cap_regs->hc_capbase + offset;
/drivers/usb/early/
H A Dehci-dbgp.c894 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase));

Completed in 457 milliseconds