Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dehci-grlib.c78 u32 hc_capbase; in ehci_hcd_grlib_probe() local
120 hc_capbase = ehci_readl(ehci, &ehci->caps->hc_capbase); in ehci_hcd_grlib_probe()
121 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
Dxhci-ext-caps.c66 void __iomem *base = &xhci->cap_regs->hc_capbase; in xhci_ext_cap_init()
Dehci-w90x900.c59 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_w90x900_probe()
Dehci-mxc.c108 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_mxc_drv_probe()
Dxhci-debugfs.c146 void __iomem *base = &xhci->cap_regs->hc_capbase; in xhci_debugfs_extcap_regset()
550 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)), in xhci_debugfs_init()
Doxu210hp.h67 u32 hc_capbase; member
Dfotg210.h211 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()
Dxhci-dbgcap.c841 base = &xhci->cap_regs->hc_capbase; in xhci_do_dbc_init()
Doxu210hp-hcd.c2662 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
2668 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
2727 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
Dehci-dbg.c784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
Dfotg210-hcd.c667 &fotg210->caps->hc_capbase)); in fill_registers_buffer()
5064 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_run()
5090 fotg210_readl(fotg210, &fotg210->caps->hc_capbase)); in fotg210_setup()
Dxhci.h51 __le32 hc_capbase; member
Dxhci.c5024 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
5031 xhci->hcc_params = readl(&xhci->cap_regs->hc_capbase); in xhci_gen_setup()
Dxhci-mem.c2293 base = &xhci->cap_regs->hc_capbase; in xhci_setup_port_arrays()
/Linux-v4.19/include/linux/usb/
Dehci_def.h35 u32 hc_capbase; member
/Linux-v4.19/drivers/usb/early/
Dehci-dbgp.c893 ehci_regs = ehci_bar + EARLY_HC_LENGTH(readl(&ehci_caps->hc_capbase)); in early_dbgp_init()