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

/linux-master/drivers/usb/gadget/udc/
H A Dgoku_udc.h190 #define DESC_LEN 0x80 macro
191 u32 descriptors[DESC_LEN]; /* 0x800 */
H A Dgoku_udc.c1334 for (i = 0; i < DESC_LEN; i++)
/linux-master/drivers/net/can/
H A Djanz-ican3.c66 #define DESC_LEN(len) (len) macro
410 desc.control = DESC_INTERRUPT | DESC_LEN(1); /* I L=1 */
431 desc.control = DESC_VALID | DESC_LEN(1); /* V L=1 */
448 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */
458 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */

Completed in 198 milliseconds