Home
last modified time | relevance | path

Searched defs:HC_VERSION (Results 1 – 6 of 6) sorted by relevance

/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/isp1760/
Disp1760-regs.h26 #define HC_VERSION(p) (((p) >> 16) & 0xffff) /* bits 31:16 */ macro
/linux-4.1.27/drivers/usb/host/
Doxu210hp.h68 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
Dfusbh200.h202 #define HC_VERSION(fusbh200, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
Dfotg210.h207 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
Dxhci.h75 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro