Home
last modified time | relevance | path

Searched refs:pipecfg (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/
H A Dpipe.c401 int dir_in, u16 *pipecfg) in usbhsp_setup_pipecfg()
459 *pipecfg = type | in usbhsp_setup_pipecfg()
700 u16 pipecfg, pipebuf; in usbhs_pipe_malloc() local
720 if (usbhsp_setup_pipecfg(pipe, is_host, dir_in, &pipecfg)) { in usbhs_pipe_malloc()
728 usbhsp_pipe_cfg_set(pipe, 0xFFFF, pipecfg); in usbhs_pipe_malloc()
400 usbhsp_setup_pipecfg(struct usbhs_pipe *pipe, int is_host, int dir_in, u16 *pipecfg) usbhsp_setup_pipecfg() argument
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/
H A Dpipe.c401 int dir_in, u16 *pipecfg) in usbhsp_setup_pipecfg()
459 *pipecfg = type | in usbhsp_setup_pipecfg()
700 u16 pipecfg, pipebuf; in usbhs_pipe_malloc() local
720 if (usbhsp_setup_pipecfg(pipe, is_host, dir_in, &pipecfg)) { in usbhs_pipe_malloc()
728 usbhsp_pipe_cfg_set(pipe, 0xFFFF, pipecfg); in usbhs_pipe_malloc()
400 usbhsp_setup_pipecfg(struct usbhs_pipe *pipe, int is_host, int dir_in, u16 *pipecfg) usbhsp_setup_pipecfg() argument
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c320 u16 pipecfg = 0; in pipe_buffer_setting() local
328 pipecfg |= R8A66597_DIR; in pipe_buffer_setting()
329 pipecfg |= info->type; in pipe_buffer_setting()
330 pipecfg |= info->epnum; in pipe_buffer_setting()
345 pipecfg |= R8A66597_DBLB; in pipe_buffer_setting()
347 pipecfg |= R8A66597_SHTNAK; in pipe_buffer_setting()
361 r8a66597_write(r8a66597, pipecfg, PIPECFG); in pipe_buffer_setting()
H A Dm66592-udc.c230 u16 pipecfg = 0; in pipe_buffer_setting() local
238 pipecfg |= M66592_DIR; in pipe_buffer_setting()
239 pipecfg |= info->type; in pipe_buffer_setting()
240 pipecfg |= info->epnum; in pipe_buffer_setting()
255 pipecfg |= M66592_DBLB; in pipe_buffer_setting()
257 pipecfg |= M66592_SHTNAK; in pipe_buffer_setting()
271 m66592_write(m66592, pipecfg, M66592_PIPECFG); in pipe_buffer_setting()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H A Dm66592-udc.c230 u16 pipecfg = 0; in pipe_buffer_setting() local
238 pipecfg |= M66592_DIR; in pipe_buffer_setting()
239 pipecfg |= info->type; in pipe_buffer_setting()
240 pipecfg |= info->epnum; in pipe_buffer_setting()
255 pipecfg |= M66592_DBLB; in pipe_buffer_setting()
257 pipecfg |= M66592_SHTNAK; in pipe_buffer_setting()
271 m66592_write(m66592, pipecfg, M66592_PIPECFG); in pipe_buffer_setting()
H A Dr8a66597-udc.c320 u16 pipecfg = 0; in pipe_buffer_setting() local
328 pipecfg |= R8A66597_DIR; in pipe_buffer_setting()
329 pipecfg |= info->type; in pipe_buffer_setting()
330 pipecfg |= info->epnum; in pipe_buffer_setting()
345 pipecfg |= R8A66597_DBLB; in pipe_buffer_setting()
347 pipecfg |= R8A66597_SHTNAK; in pipe_buffer_setting()
361 r8a66597_write(r8a66597, pipecfg, PIPECFG); in pipe_buffer_setting()

Completed in 11 milliseconds