Searched refs:DESC_LEN (Results 1 - 3 of 3) sorted by relevance

/drivers/usb/gadget/udc/
H A Dgoku_udc.h193 #define DESC_LEN 0x80 macro
194 u32 descriptors[DESC_LEN]; /* 0x800 */
H A Dgoku_udc.c1296 for (i = 0; i < DESC_LEN; i++)
/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 */

Completed in 58 milliseconds