Home
last modified time | relevance | path

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

/drivers/usb/host/
A Dxhci-caps.h7 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
A Dehci-grlib.c121 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
A Dehci-hcd.c658 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
A Dehci-dbg.c784 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
A Doxu210hp-hcd.c101 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
3138 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
A Dxhci.c5416 xhci->hci_version = HC_VERSION(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
/drivers/usb/fotg210/
A Dfotg210-hcd.h215 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
A Dfotg210-hcd.c661 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer()
5054 temp = HC_VERSION(fotg210, in fotg210_run()
/drivers/usb/cdns3/
A Dcdnsp-gadget.h70 #define HC_VERSION(p) (((p) >> 16) & GENMASK(15, 1)) macro
A Dcdnsp-gadget.c1837 pdev->hci_version = HC_VERSION(pdev->hcc_params); in cdnsp_gen_setup()

Completed in 821 milliseconds