Home
last modified time | relevance | path

Searched refs:effective_speed_hz (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/iio/adc/
H A Dti-tsc2046.c176 u32 effective_speed_hz; member
235 priv->effective_speed_hz, priv->time_per_bit_ns, in tsc2046_adc_time_to_count()
274 u32 *effective_speed_hz) in tsc2046_adc_read_one() argument
283 if (!effective_speed_hz) { in tsc2046_adc_read_one()
325 * to get hold of the effective_speed_hz from the xfer in tsc2046_adc_read_one()
334 if (effective_speed_hz) in tsc2046_adc_read_one()
335 *effective_speed_hz = xfer.effective_speed_hz; in tsc2046_adc_read_one()
659 &priv->effective_speed_hz); in tsc2046_adc_setup_spi_msg()
664 * In case SPI controller do not report effective_speed_hz, us in tsc2046_adc_setup_spi_msg()
[all...]
/linux/drivers/spi/
H A Dspi-axi-spi-engine.c228 xfer->effective_speed_hz = max_hz / min(clk_div, 256U); in spi_engine_precompile_message()
258 new_clk_div = host->max_speed_hz / xfer->effective_speed_hz; in spi_engine_compile_message()
276 inst_ns, xfer->effective_speed_hz); in spi_engine_compile_message()
287 xfer->effective_speed_hz); in spi_engine_compile_message()
H A Dspi-fsl-lpspi.c95 u32 effective_speed_hz; member
355 fsl_lpspi->config.effective_speed_hz = perclk_rate / (scldiv + 2) * in fsl_lpspi_set_bitrate()
757 t->effective_speed_hz = fsl_lpspi->config.effective_speed_hz; in fsl_lpspi_transfer_one()
H A Dspi-dw-dma.c529 ret = dw_spi_dma_wait(dws, xfer->len, xfer->effective_speed_hz); in dw_spi_dma_transfer_all()
621 ret = dw_spi_dma_wait(dws, len, xfer->effective_speed_hz); in dw_spi_dma_transfer_one()
H A Dspi-hisi-kunpeng.c382 transfer->effective_speed_hz = in hisi_spi_transfer_one()
H A Dspi-imx.c1680 transfer->effective_speed_hz); in spi_imx_transfer_estimate_time_us()
1701 transfer->effective_speed_hz = spi_imx->spi_bus_clk; in spi_imx_transfer_one()
H A Dspi-dw-core.c439 transfer->effective_speed_hz = dws->current_freq; in dw_spi_transfer_one()
/linux/include/linux/spi/
H A Dspi.h1084 u32 effective_speed_hz; member
/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c107 (unsigned long)mses->spi_xfer.effective_speed_hz); in mse102x_info_show()
/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-core.c1823 *effective_speed_hz_slow = xfer[0].effective_speed_hz; in mcp251xfd_register_get_dev_id()
1824 *effective_speed_hz_fast = xfer[1].effective_speed_hz; in mcp251xfd_register_get_dev_id()