Home
last modified time | relevance | path

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

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

Completed in 29 milliseconds