Searched defs:DESC_LEN (Results 1 - 2 of 2) sorted by relevance

/drivers/net/can/
H A Djanz-ican3.c68 #define DESC_LEN(len) (len) macro
384 desc.control = DESC_INTERRUPT | DESC_LEN(1); /* I L=1 */
405 desc.control = DESC_VALID | DESC_LEN(1); /* V L=1 */
422 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */
432 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */
/drivers/usb/gadget/
H A Dgoku_udc.h193 #define DESC_LEN 0x80 macro
194 u32 descriptors[DESC_LEN]; /* 0x800 */

Completed in 93 milliseconds