Searched defs:HC_VERSION (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/
H A Disp1760-hcd.c70 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
H A Dfotg210.h205 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
H A Dfusbh200.h200 #define HC_VERSION(fusbh200, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
H A Doxu210hp.h68 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
H A Dxhci.h74 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro

Completed in 68 milliseconds