Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-caps.h5 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro
H A Doxu210hp-hcd.c99 #define HC_LENGTH(p) (((p)>>00)&0x00ff) /* bits 7:0 */ macro
/linux/include/linux/usb/
H A Dehci_def.h22 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.h213 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h68 #define HC_LENGTH(p) (((p) >> 00) & GENMASK(7, 0)) macro