Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h19 #define R8A66597_MAX_NUM_BULK 3 macro
32 (pipenum < (R8A66597_BASE_PIPENUM_BULK + R8A66597_MAX_NUM_BULK)))
H A Dr8a66597-udc.c466 if (r8a66597->bulk >= R8A66597_MAX_NUM_BULK) { in alloc_pipe_config()