Home
last modified time | relevance | path

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

/drivers/usb/isp1760/
Disp1760-regs.h26 #define HC_VERSION(p) (((p) >> 16) & 0xffff) /* bits 31:16 */ macro
/drivers/usb/host/
Doxu210hp.h68 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
Dfotg210.h213 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
Dxhci.h78 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro