Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/isp1760/
Disp1760-regs.h26 #define HC_VERSION(p) (((p) >> 16) & 0xffff) /* bits 31:16 */ macro
/linux-4.1.27/include/linux/usb/
Dehci_def.h37 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
/linux-4.1.27/drivers/usb/host/
Dehci-grlib.c134 if (HC_VERSION(ehci, hc_capbase) != GRUSBHC_HCIVERSION) { in ehci_hcd_grlib_probe()
Dxhci-dbg.c42 (unsigned int) HC_VERSION(temp)); in xhci_dbg_regs()
70 (unsigned int) HC_VERSION(temp)); in xhci_print_cap_regs()
Doxu210hp.h68 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
Dfotg210.h207 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
Dfusbh200.h202 #define HC_VERSION(fusbh200, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
Dehci-hcd.c636 temp = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in ehci_run()
Dehci-dbg.c807 i = HC_VERSION(ehci, ehci_readl(ehci, &ehci->caps->hc_capbase)); in fill_registers_buffer()
Dxhci.h75 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
Dfusbh200-hcd.c667 i = HC_VERSION(fusbh200, fusbh200_readl(fusbh200, &fusbh200->caps->hc_capbase)); in fill_registers_buffer()
5218 temp = HC_VERSION(fusbh200, fusbh200_readl(fusbh200, &fusbh200->caps->hc_capbase)); in fusbh200_run()
Dfotg210-hcd.c693 i = HC_VERSION(fotg210, fotg210_readl(fotg210, in fill_registers_buffer()
5299 temp = HC_VERSION(fotg210, in fotg210_run()
Doxu210hp-hcd.c2754 temp = HC_VERSION(readl(&oxu->caps->hc_capbase)); in oxu_run()
Dxhci.c4917 xhci->hci_version = HC_VERSION(xhci->hcc_params); in xhci_gen_setup()