HC_LENGTH         215 drivers/usb/host/fotg210.h #define HC_LENGTH(fotg210, p)	(0x00ff&((p) >> /* bits 7:0 / offset 00h */ \
HC_LENGTH          98 drivers/usb/host/oxu210hp-hcd.c #define HC_LENGTH(p)		(((p)>>00)&0x00ff)	/* bits 7:0 */
HC_LENGTH          64 drivers/usb/host/xhci.h #define HC_LENGTH(p)		XHCI_HC_LENGTH(p)
HC_LENGTH          22 drivers/usb/isp1760/isp1760-regs.h #define HC_LENGTH(p)		(((p) >> 00) & 0x00ff)	/* bits 7:0 */
HC_LENGTH          36 include/linux/usb/ehci_def.h #define HC_LENGTH(ehci, p)	(0x00ff&((p) >> /* bits 7:0 / offset 00h */ \