Searched refs:HC_VERSION (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/include/linux/usb/ |
D | ehci_def.h | 38 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
|
/Linux-v5.10/drivers/usb/isp1760/ |
D | isp1760-regs.h | 23 #define HC_VERSION(p) (((p) >> 16) & 0xffff) /* bits 31:16 */ macro
|
/Linux-v5.10/drivers/usb/host/ |
D | ehci-grlib.c | 121 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
|
D | fotg210.h | 217 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
|
D | ehci-hcd.c | 637 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
|
D | ehci-dbg.c | 784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
|
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()
|
D | xhci.h | 66 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
|
D | fotg210-hcd.c | 669 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer() 5066 temp = HC_VERSION(fotg210, in fotg210_run()
|
D | xhci.c | 5215 xhci->hci_version = HC_VERSION(xhci->hcc_params); in xhci_gen_setup()
|