Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/renesas_usbhs/
Dfifo.c332 if (usbhs_get_dparam(priv, has_sudmac) && !usbhsf_is_cfifo(priv, fifo)) in usbhsf_fifo_select()
861 if ((len < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_push()
866 if (!usbhs_get_dparam(priv, has_usb_dmac) && len & 0x7) in usbhsf_dma_prepare_push()
870 align_mask = usbhs_get_dparam(priv, has_usb_dmac) ? in usbhsf_dma_prepare_push()
966 if ((pkt->length < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_pop_with_usb_dmac()
1019 if (usbhs_get_dparam(priv, has_usb_dmac)) in usbhsf_dma_prepare_pop()
1056 if (len < usbhs_get_dparam(priv, pio_dma_border)) in usbhsf_dma_try_pop_with_rx_irq()
1098 BUG_ON(usbhs_get_dparam(priv, has_usb_dmac)); in usbhsf_dma_try_pop()
1181 if (usbhs_get_dparam(priv, has_usb_dmac)) in usbhsf_dma_pop_done()
1410 usbhs_get_dparam(priv, d##channel##_tx_id); \
[all …]
Dcommon.c112 int has_otg = usbhs_get_dparam(priv, has_otg); in usbhs_sys_host_ctrl()
283 u16 pipe_mask = (u16)GENMASK(usbhs_get_dparam(priv, pipe_size), 0); in usbhs_xxxsts_clear()
293 int wait = usbhs_get_dparam(priv, buswait_bwait); in usbhsc_set_buswait()
451 int delay = usbhs_get_dparam(priv, detection_delay); in usbhsc_drvcllbck_notify_hotplug()
Dcommon.h337 #define usbhs_get_dparam(priv, param) (priv->dparam.param) macro
Dpipe.c854 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); in usbhs_pipe_probe()
855 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_pipe_probe()
Dmod_host.c1417 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); in usbhsh_pipe_init_for_host()
1418 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhsh_pipe_init_for_host()
Dmod_gadget.c1049 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_mod_gadget_probe()