Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h21 #define R8A66597_MAX_NUM_INT 2 macro
35 (pipenum < (R8A66597_BASE_PIPENUM_INT + R8A66597_MAX_NUM_INT)))
H A Dr8a66597-udc.c484 if (r8a66597->interrupt >= R8A66597_MAX_NUM_INT) { in alloc_pipe_config()