Home
last modified time | relevance | path

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

/drivers/usb/host/
Dfotg210.h214 #define HC_VERSION(fotg210, p) (0xffff&((p) >> /* bits 31:16 / offset 02h */ \ macro
Doxu210hp-hcd.c100 #define HC_VERSION(p) (((p)>>16)&0xffff) /* bits 31:16 */ macro
Dxhci.h70 #define HC_VERSION(p) (((p) >> 16) & 0xffff) macro
/drivers/usb/cdns3/
Dcdnsp-gadget.h70 #define HC_VERSION(p) (((p) >> 16) & GENMASK(15, 1)) macro