Searched refs:HC_VERSION (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/include/linux/usb/ |
A D | ehci_def.h | 24 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
|
/linux-6.3-rc2/drivers/usb/host/ |
A D | ehci-grlib.c | 121 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
|
A D | ehci-hcd.c | 659 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
|
A D | ehci-dbg.c | 784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
|
A D | oxu210hp-hcd.c | 100 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro 3162 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
|
A D | xhci.h | 69 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
|
A D | xhci.c | 5364 xhci->hci_version = HC_VERSION(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
|
/linux-6.3-rc2/drivers/usb/fotg210/ |
A D | fotg210-hcd.h | 215 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
|
A D | fotg210-hcd.c | 668 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer() 5062 temp = HC_VERSION(fotg210, in fotg210_run()
|
/linux-6.3-rc2/drivers/usb/cdns3/ |
A D | cdnsp-gadget.h | 70 #define HC_VERSION(p) (((p) >> 16) & GENMASK(15, 1)) macro
|
A D | cdnsp-gadget.c | 1798 pdev->hci_version = HC_VERSION(pdev->hcc_params); in cdnsp_gen_setup()
|
Completed in 54 milliseconds