Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/usb/
Dehci_def.h35 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/linux-4.1.27/drivers/usb/isp1760/
Disp1760-regs.h25 #define HC_LENGTH(p) (((p) >> 00) & 0x00ff) /* bits 7:0 */ macro
/linux-4.1.27/drivers/usb/host/
Doxu210hp.h67 #define HC_LENGTH(p) (((p)>>00)&0x00ff) /* bits 7:0 */ macro
Dfusbh200.h200 #define HC_LENGTH(fusbh200, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
Dfotg210.h205 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
Dxhci.h73 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro