Searched refs:HC_VERSION (Results 1 - 21 of 21) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-grlib.c | 121 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
|
H A D | fotg210.h | 217 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
|
H A D | ehci-hcd.c | 658 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
|
H A D | ehci-dbg.c | 784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
|
H A D | oxu210hp-hcd.c | 100 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro 3161 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
|
H A D | xhci.h | 69 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
|
H A D | fotg210-hcd.c | 666 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer() 5060 temp = HC_VERSION(fotg210, in fotg210_run()
|
H A D | xhci.c | 5294 xhci->hci_version = HC_VERSION(xhci->hcc_params); in xhci_gen_setup()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | ehci_def.h | 38 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | ehci_def.h | 24 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-grlib.c | 121 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
|
H A D | ehci-dbg.c | 784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
|
H A D | ehci-hcd.c | 659 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
|
H 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()
|
H A D | xhci.h | 69 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
|
H A D | xhci.c | 5169 xhci->hci_version = HC_VERSION(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 23 #define HC_VERSION(p) (((p) >> 16) & 0xffff) /* bits 31:16 */ macro
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 215 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
|
H A D | fotg210-hcd.c | 665 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer() 5059 temp = HC_VERSION(fotg210, in fotg210_run()
|
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H A D | cdnsp-gadget.h | 70 #define HC_VERSION(p) (((p) >> 16) & GENMASK(15, 1)) macro
|
H A D | cdnsp-gadget.c | 1801 pdev->hci_version = HC_VERSION(pdev->hcc_params); in cdnsp_gen_setup()
|
Completed in 61 milliseconds