Home
last modified time | relevance | path

Searched refs:min_speed_hz (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/spi/
H A Dspi-sc18is602.c290 host->min_speed_hz = hw->freq / 128; in sc18is602_probe()
H A Dspi-imx.c604 u32 min_speed_hz = ~0U; in mx51_ecspi_prepare_message() local
691 min_speed_hz = min(xfer->speed_hz, min_speed_hz); in mx51_ecspi_prepare_message()
694 delay = (2 * 1000000) / min_speed_hz; in mx51_ecspi_prepare_message()
H A Dspi-cs42l43.c345 priv->ctlr->min_speed_hz = CS42L43_SPI_ROOT_HZ / in cs42l43_spi_probe()
H A Dspi-wpcm-fiu.c478 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
H A Dspi-uniphier.c687 host->min_speed_hz = DIV_ROUND_UP(clk_rate, SSI_MAX_CLK_DIVIDER); in uniphier_spi_probe()
H A Dspi-spacemit-k1.c755 host->min_speed_hz = K1_SPI_MIN_SPEED_HZ; in k1_spi_probe()
H A Dspi-rzv2h-rspi.c775 controller->min_speed_hz = rzv2h_rspi_calc_bitrate(tclk_rate, in rzv2h_rspi_probe()
H A Dspi-amlogic-spifc-a4.c1175 ctrl->min_speed_hz = SFC_MIN_FREQUENCY; in aml_sfc_probe()
H A Dspi-sh-msiof.c1271 ctlr->min_speed_hz = DIV_ROUND_UP(clksrc, 1024); in sh_msiof_spi_probe()
H A Dspi.c4548 if (xfer->speed_hz && ctlr->min_speed_hz && in __spi_validate()
4549 xfer->speed_hz < ctlr->min_speed_hz) in __spi_validate()
H A Dspi-cadence-quadspi.c1906 host->min_speed_hz = cqspi->master_ref_clk_hz / 32; in cqspi_probe()
H A Dspi-stm32.c2454 ctrl->min_speed_hz = spi->clk_rate / spi->cfg->baud_rate_div_max; in stm32_spi_probe()
/linux/drivers/mmc/host/
H A Dmmc_spi.c1208 if (spi->controller->min_speed_hz > 400000) in mmc_spi_probe()
1211 mmc->f_min = max(spi->controller->min_speed_hz, 400000); in mmc_spi_probe()
/linux/drivers/input/joystick/
H A Dpsxpad-spi.c345 spi->controller->min_speed_hz = 125000; in psxpad_spi_probe()
/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c701 spi->controller->min_speed_hz = MIN_FREQ_HZ; in mse102x_probe_spi()
/linux/include/linux/spi/
H A Dspi.h626 u32 min_speed_hz; member
/linux/include/linux/greybus/
H A Dgreybus_protocols.h857 __le32 min_speed_hz; member