Home
last modified time | relevance | path

Searched refs:DEFAULT_QLEN (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/function/
H A Du_ether.c94 #define DEFAULT_QLEN 2 /* double buffering by default */ macro
100 return qmult * DEFAULT_QLEN; in qlen()
102 return DEFAULT_QLEN; in qlen()
/openbmc/u-boot/drivers/usb/gadget/
H A Dether.c180 #define DEFAULT_QLEN 2 /* double buffering by default */ macro
197 (DEFAULT_QLEN*((gadget->speed == USB_SPEED_HIGH) ? qmult : 1))
210 #define qlen(gadget) DEFAULT_QLEN