Home
last modified time | relevance | path

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

/openbmc/linux/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++) in ep0_start()
/openbmc/linux/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 */ in ican3_init_new_host_interface()
431 desc.control = DESC_VALID | DESC_LEN(1); /* V L=1 */ in ican3_init_new_host_interface()
448 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */ in ican3_init_new_host_interface()
458 desc.control = DESC_VALID | DESC_WRAP | DESC_LEN(1); /* VW L=1 */ in ican3_init_new_host_interface()