Home
last modified time | relevance | path

Searched refs:R8A66597_BULK (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/usb/
H A Dr8a66597.h363 #define R8A66597_BULK 0x4000 /* Bulk */ macro
/openbmc/u-boot/drivers/usb/host/
H A Dr8a66597.h348 #define R8A66597_BULK 0x4000 /* Bulk */ macro
H A Dr8a66597-hcd.c279 val |= R8A66597_BULK | R8A66597_DBLB | usb_pipeendpoint(pipe); in pipe_buffer_setting()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c336 case R8A66597_BULK: in pipe_buffer_setting()
383 if (info->type == R8A66597_BULK) in pipe_buffer_release()
480 info.type = R8A66597_BULK; in alloc_pipe_config()
525 if ((counter == &r8a66597->isochronous) && info.type == R8A66597_BULK) in alloc_pipe_config()
/openbmc/linux/drivers/usb/host/
H A Dr8a66597-hcd.c615 if (info->type == R8A66597_BULK && info->dir_in) in pipe_buffer_setting()
703 r8a66597_type = R8A66597_BULK; in get_r8a66597_type()
946 if (info.type == R8A66597_BULK) { in init_pipe_info()