Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-caps.h14 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
H 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()
H A Dxhci.c5443 xhci->hci_version = HC_VERSION(readl(&xhci->cap_regs->hc_capbase)); in xhci_gen_setup()
/linux/include/linux/usb/
H A Dehci_def.h24 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h215 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h70 #define HC_VERSION(p) (((p) >> 16) & GENMASK(15, 1)) macro
H A Dcdnsp-gadget.c1837 pdev->hci_version = HC_VERSION(pdev->hcc_params); in cdnsp_gen_setup()