Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.h25 #define R8A66597_BASE_PIPENUM_INT 6 macro
34 ((pipenum >= R8A66597_BASE_PIPENUM_INT) && \
35 (pipenum < (R8A66597_BASE_PIPENUM_INT + R8A66597_MAX_NUM_INT)))
H A Dr8a66597-udc.c333 bufnum = 4 + (info->pipe - R8A66597_BASE_PIPENUM_INT); in pipe_buffer_setting()
489 info.pipe = R8A66597_BASE_PIPENUM_INT + r8a66597->interrupt; in alloc_pipe_config()