Searched refs:usbhs_get_dparam (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/usb/renesas_usbhs/ |
D | fifo.c | 328 if (usbhs_get_dparam(priv, has_sudmac) && !usbhsf_is_cfifo(priv, fifo)) in usbhsf_fifo_select() 869 if ((len < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_push() 874 if (!usbhs_get_dparam(priv, has_usb_dmac) && len & 0x7) in usbhsf_dma_prepare_push() 878 align_mask = usbhs_get_dparam(priv, has_usb_dmac) ? in usbhsf_dma_prepare_push() 974 if ((pkt->length < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_pop_with_usb_dmac() 1031 if (usbhs_get_dparam(priv, has_usb_dmac)) in usbhsf_dma_prepare_pop() 1068 if (len < usbhs_get_dparam(priv, pio_dma_border)) in usbhsf_dma_try_pop_with_rx_irq() 1110 BUG_ON(usbhs_get_dparam(priv, has_usb_dmac)); in usbhsf_dma_try_pop() 1194 if (usbhs_get_dparam(priv, has_usb_dmac)) in usbhsf_dma_pop_done() 1423 usbhs_get_dparam(priv, d##channel##_tx_id); \ [all …]
|
D | common.c | 105 int has_otg = usbhs_get_dparam(priv, has_otg); in usbhs_sys_host_ctrl() 276 u16 pipe_mask = (u16)GENMASK(usbhs_get_dparam(priv, pipe_size), 0); in usbhs_xxxsts_clear() 286 int wait = usbhs_get_dparam(priv, buswait_bwait); in usbhsc_set_buswait() 444 int delay = usbhs_get_dparam(priv, detection_delay); in usbhsc_drvcllbck_notify_hotplug()
|
D | pipe.c | 42 usbhs_get_dparam(priv, pipe_configs); in usbhsp_get_pipe_config() 796 usbhs_get_dparam(priv, pipe_configs); in usbhs_pipe_probe() 797 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_pipe_probe()
|
D | common.h | 334 #define usbhs_get_dparam(priv, param) (priv->dparam.param) macro
|
D | mod_gadget.c | 1063 usbhs_get_dparam(priv, pipe_configs); in usbhs_mod_gadget_probe() 1064 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_mod_gadget_probe() 1110 gpriv->gadget.quirk_avoids_skb_reserve = usbhs_get_dparam(priv, in usbhs_mod_gadget_probe()
|
D | mod_host.c | 1404 usbhs_get_dparam(priv, pipe_configs); in usbhsh_pipe_init_for_host() 1405 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhsh_pipe_init_for_host()
|