Home
last modified time | relevance | path

Searched refs:HC_LENGTH (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/drivers/usb/host/
H A Dxhci-caps.h5 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro
H A Dehci-brcm.c105 len = HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_brcm_reset()
H A Dxhci-debugfs.c649 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)), in xhci_debugfs_init()
H A Dehci-hcd.c684 HC_LENGTH(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_setup()
H A Doxu210hp-hcd.c100 #define HC_LENGTH(p) (((p)>>00)&0x00ff) /* bits 7:0 */ macro
3073 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
3079 HC_LENGTH(readl(&oxu->caps->hc_capbase)); in oxu_reset()
H A Dxhci-tegra.c989 op_regs = tegra->regs + HC_LENGTH(readl(&cap_regs->hc_capbase)); in tegra_xusb_wait_for_falcon()
H A Dxhci.c5291 HC_LENGTH(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
/linux-6.15/include/linux/usb/
H A Dehci_def.h22 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/linux-6.15/drivers/usb/dwc3/
H A Dhost.c46 op_regs_base = HC_LENGTH(readl(xhci_regs)); in dwc3_power_off_all_roothub_ports()
/linux-6.15/drivers/usb/fotg210/
H A Dfotg210-hcd.h213 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
H A Dfotg210-hcd.c5080 HC_LENGTH(fotg210, in fotg210_setup()
/linux-6.15/drivers/usb/cdns3/
H A Dcdnsp-gadget.h68 #define HC_LENGTH(p) (((p) >> 00) & GENMASK(7, 0)) macro
H A Dcdnsp-gadget.c1813 HC_LENGTH(readl(&pdev->cap_regs->hc_capbase)); in cdnsp_gen_setup()