Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/renesas_usbhs/
H A Dcommon.c119 if (usbhs_get_dparam(priv, has_cnen)) { in usbhs_sys_function_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()
476 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
496 if (usbhs_get_dparam(priv, runtime_pwctrl)) in usbhsc_hotplug()
520 int delay = usbhs_get_dparam(priv, detection_delay); in usbhsc_schedule_notify_hotplug()
649 if (usbhs_get_dparam(priv, has_new_pipe_configs)) { in usbhs_probe()
667 usbhs_get_dparam(priv, runtime_pwctrl) = 1; in usbhs_probe()
737 if (!usbhs_get_dparam(priv, runtime_pwctrl)) { in usbhs_probe()
776 if (!usbhs_get_dparam(priv, runtime_pwctrl)) in usbhs_remove()
[all …]
H A Dfifo.c551 if (usbhs_get_dparam(priv, cfifo_byte_addr)) { in usbhsf_pio_try_push()
887 if ((len < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_push()
892 if (!usbhs_get_dparam(priv, has_usb_dmac) && len & 0x7) in usbhsf_dma_prepare_push()
896 align_mask = usbhs_get_dparam(priv, has_usb_dmac) ? in usbhsf_dma_prepare_push()
921 if (usbhs_get_dparam(priv, has_usb_dmac)) { in usbhsf_dma_prepare_push()
997 if ((pkt->length < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_pop_with_usb_dmac()
1053 if (usbhs_get_dparam(priv, has_usb_dmac)) in usbhsf_dma_prepare_pop()
1090 if (len < usbhs_get_dparam(priv, pio_dma_border)) in usbhsf_dma_try_pop_with_rx_irq()
1132 BUG_ON(usbhs_get_dparam(priv, has_usb_dmac)); in usbhsf_dma_try_pop()
1214 if (usbhs_get_dparam(priv, has_usb_dmac)) in usbhsf_dma_pop_done()
[all …]
H A Dpipe.c42 usbhs_get_dparam(priv, pipe_configs); in usbhsp_get_pipe_config()
813 usbhs_get_dparam(priv, pipe_configs); in usbhs_pipe_probe()
814 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_pipe_probe()
H A Dcommon.h342 #define usbhs_get_dparam(priv, param) (priv->dparam.param) macro
H A Dmod_gadget.c1082 usbhs_get_dparam(priv, pipe_configs); in usbhs_mod_gadget_probe()
1083 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_mod_gadget_probe()
1129 gpriv->gadget.quirk_avoids_skb_reserve = usbhs_get_dparam(priv, in usbhs_mod_gadget_probe()
H A 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()