Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/renesas_usbhs/
Dfifo.c328 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 …]
Dcommon.c105 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()
Dpipe.c42 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()
Dcommon.h334 #define usbhs_get_dparam(priv, param) (priv->dparam.param) macro
Dmod_gadget.c1063 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()
Dmod_host.c1404 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()