Searched refs:usbhs_get_dparam (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/renesas_usbhs/ |
D | fifo.c | 307 if (usbhs_get_dparam(priv, has_sudmac) && !usbhsf_is_cfifo(priv, fifo)) in usbhsf_fifo_select() 821 if ((len < usbhs_get_dparam(priv, pio_dma_border)) || in usbhsf_dma_prepare_push() 915 if (len < usbhs_get_dparam(priv, pio_dma_border)) in usbhsf_dma_try_pop() 1172 fifo->tx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d0_tx_id); in usbhs_fifo_probe() 1173 fifo->rx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d0_rx_id); in usbhs_fifo_probe() 1181 fifo->tx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d1_tx_id); in usbhs_fifo_probe() 1182 fifo->rx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d1_rx_id); in usbhs_fifo_probe()
|
D | common.c | 108 int has_otg = usbhs_get_dparam(priv, has_otg); in usbhs_sys_host_ctrl() 277 int wait = usbhs_get_dparam(priv, buswait_bwait); in usbhsc_set_buswait() 402 int delay = usbhs_get_dparam(priv, detection_delay); in usbhsc_drvcllbck_notify_hotplug()
|
D | common.h | 320 #define usbhs_get_dparam(priv, param) (priv->dparam.param) macro
|
D | pipe.c | 787 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); in usbhs_pipe_probe() 788 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_pipe_probe()
|
D | mod_host.c | 1416 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type); in usbhsh_pipe_init_for_host() 1417 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhsh_pipe_init_for_host()
|
D | mod_gadget.c | 931 int pipe_size = usbhs_get_dparam(priv, pipe_size); in usbhs_mod_gadget_probe()
|