Home
last modified time | relevance | path

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

/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
Dfotg210.h203 #define HC_LENGTH(fotg210, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
Dfusbh200.h198 #define HC_LENGTH(fusbh200, p) (0x00ff&((p) >> /* bits 7:0 / offset 00h */ \ macro
Dxhci.h73 #define HC_LENGTH(p) XHCI_HC_LENGTH(p) macro