Home
last modified time | relevance | path

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

/linux-3.3/include/linux/usb/
Dehci_def.h35 #define HC_VERSION(ehci, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
/linux-3.3/drivers/usb/host/
Doxu210hp.h68 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
Disp1760-hcd.c70 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
Dxhci.h74 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro