Home
last modified time | relevance | path

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

/linux-3.3/include/linux/usb/
Dehci_def.h33 #define HC_LENGTH(ehci, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
/linux-3.3/drivers/usb/host/
Doxu210hp.h67 #define HC_LENGTH(p) (((p)>>00)&0x00ff) /* bits 7:0 */ macro
Disp1760-hcd.c69 #define HC_LENGTH(p) (((p)>>00)&0x00ff) /* bits 7:0 */ macro
Dxhci.h72 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro