Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dpipe.c101 static void usbhsp_pipe_cfg_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_cfg_set() function
529 usbhsp_pipe_cfg_set(pipe, 0x000F | DBLB, epnum | dblb); in usbhs_pipe_config_update()
617 usbhsp_pipe_cfg_set(pipe, BFRE, bfre_enable ? BFRE : 0); in usbhs_pipe_clear_without_sequence()
728 usbhsp_pipe_cfg_set(pipe, 0xFFFF, pipecfg); in usbhs_pipe_malloc()
750 usbhsp_pipe_cfg_set(pipe, 0xFFFF, 0); in usbhs_pipe_free()
800 usbhsp_pipe_cfg_set(pipe, DIR_OUT, in usbhs_dcp_dir_for_host()