Home
last modified time | relevance | path

Searched refs:HC_VERSION (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/include/linux/usb/
Dehci_def.h24 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
/linux-6.1.9/drivers/usb/host/
Dehci-grlib.c121 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
Dfotg210.h214 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
Dehci-hcd.c659 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
Dehci-dbg.c784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
Doxu210hp-hcd.c100 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
3162 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
Dxhci.h69 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
Dfotg210-hcd.c669 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer()
5064 temp = HC_VERSION(fotg210, in fotg210_run()
Dxhci.c5332 xhci->hci_version = HC_VERSION(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
/linux-6.1.9/drivers/usb/cdns3/
Dcdnsp-gadget.h70 #define HC_VERSION(p) (((p) >> 16) & GENMASK(15, 1)) macro
Dcdnsp-gadget.c1798 pdev->hci_version = HC_VERSION(pdev->hcc_params); in cdnsp_gen_setup()