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

/drivers/usb/renesas_usbhs/
H A Dfifo.c333 if (usbhs_get_dparam(priv, has_sudmac) && !usbhsf_is_cfifo(priv, fifo))
869 if ((len < usbhs_get_dparam(priv, pio_dma_border)) ||
981 if (len < usbhs_get_dparam(priv, pio_dma_border))
1226 fifo->tx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d0_tx_id);
1227 fifo->rx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d0_rx_id);
1236 fifo->tx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d1_tx_id);
1237 fifo->rx_slave.shdma_slave.slave_id = usbhs_get_dparam(priv, d1_rx_id);
H A Dcommon.c112 int has_otg = usbhs_get_dparam(priv, has_otg);
281 int wait = usbhs_get_dparam(priv, buswait_bwait);
428 int delay = usbhs_get_dparam(priv, detection_delay);
H A Dcommon.h322 #define usbhs_get_dparam(priv, param) (priv->dparam.param) macro
H A Dpipe.c811 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type);
812 int pipe_size = usbhs_get_dparam(priv, pipe_size);
H A Dmod_host.c1416 u32 *pipe_type = usbhs_get_dparam(priv, pipe_type);
1417 int pipe_size = usbhs_get_dparam(priv, pipe_size);
H A Dmod_gadget.c929 int pipe_size = usbhs_get_dparam(priv, pipe_size);

Completed in 71 milliseconds