Home
last modified time | relevance | path

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

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