Home
last modified time | relevance | path

Searched refs:effective_speed_hz (Results 1 – 7 of 7) 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()
331 if (effective_speed_hz) in tsc2046_adc_read_one()
332 *effective_speed_hz = xfer.effective_speed_hz; in tsc2046_adc_read_one()
655 &priv->effective_speed_hz); in tsc2046_adc_setup_spi_msg()
663 if (!priv->effective_speed_hz) in tsc2046_adc_setup_spi_msg()
664 priv->effective_speed_hz = priv->spi->max_speed_hz; in tsc2046_adc_setup_spi_msg()
669 priv->effective_speed_hz); in tsc2046_adc_setup_spi_msg()
/linux/drivers/spi/
H A Dspi-axi-spi-engine.c318 xfer->effective_speed_hz = max_hz / min(clk_div, 256U); in spi_engine_precompile_message()
434 new_clk_div = host->max_speed_hz / xfer->effective_speed_hz; in spi_engine_compile_message()
452 inst_ns, xfer->effective_speed_hz); in spi_engine_compile_message()
463 xfer->effective_speed_hz); in spi_engine_compile_message()
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-bcm2835.c1077 tfr->effective_speed_hz = cdiv ? (bs->clk_hz / cdiv) : (bs->clk_hz / 65536); in bcm2835_spi_transfer_one()
1097 byte_limit = hz_per_byte ? tfr->effective_speed_hz / hz_per_byte : 1; in bcm2835_spi_transfer_one()
H A Dspi-dw-core.c442 transfer->effective_speed_hz = dws->current_freq; in dw_spi_transfer_one()
/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c110 (unsigned long)mses->spi_xfer.effective_speed_hz); in mse102x_info_show()
/linux/include/linux/spi/
H A Dspi.h1006 * @effective_speed_hz: the effective SCK-speed that was used to
1145 u32 effective_speed_hz;
1144 u32 effective_speed_hz; global() member