Searched refs:usbhsp_pipe_cfg_set (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/usb/renesas_usbhs/ |
D | pipe.c | 101 static void usbhsp_pipe_cfg_set(struct usbhs_pipe *pipe, u16 mask, u16 val) in usbhsp_pipe_cfg_set() function 514 usbhsp_pipe_cfg_set(pipe, 0x000F | DBLB, epnum | dblb); in usbhs_pipe_config_update() 602 usbhsp_pipe_cfg_set(pipe, BFRE, bfre_enable ? BFRE : 0); in usbhs_pipe_clear_without_sequence() 713 usbhsp_pipe_cfg_set(pipe, 0xFFFF, pipecfg); in usbhs_pipe_malloc() 783 usbhsp_pipe_cfg_set(pipe, DIR_OUT, in usbhs_dcp_dir_for_host()
|