Searched refs:min_speed_hz (Results 1 – 22 of 22) sorted by relevance
32 u32 min_speed_hz; member431 spi->min_speed_hz = le32_to_cpu(response.min_speed_hz); in gb_spi_get_master_config()
905 __le32 min_speed_hz; member
126 rate = clamp(rate, master->min_speed_hz, master->max_speed_hz); in ep93xx_spi_calc_divisors()714 master->min_speed_hz = clk_get_rate(espi->clk) / (254 * 256); in ep93xx_spi_probe()
308 master->min_speed_hz = hw->freq / 128; in sc18is602_probe()
343 master->min_speed_hz = rate >> 6; in meson_spifc_probe()
379 master->min_speed_hz = OMAP1_SPI100K_MAX_FREQ/(1<<16); in omap1_spi100k_probe()
355 master->min_speed_hz = DIV_ROUND_UP(c->baseclk, SPI_MAX_DIVIDER + 1); in txx9spi_probe()
467 master->min_speed_hz = DIV_ROUND_UP(clk_rate, SSI_MAX_CLK_DIVIDER); in uniphier_spi_probe()
470 master->min_speed_hz = 3 * 1000; in sun4i_spi_probe()
479 master->min_speed_hz = 3 * 1000; in sun6i_spi_probe()
563 master->min_speed_hz = rate >> 9; in meson_spicc_probe()
676 master->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()
892 master->min_speed_hz = DIV_ROUND_UP(clk_get_rate(spi->clk), in a3700_spi_probe()
650 master->min_speed_hz = clk_get_rate(spfi->spfi_clk) / 512; in img_spfi_probe()
725 &master->min_speed_hz, in dln2_spi_probe()
700 master->min_speed_hz = DIV_ROUND_UP(espi->spibrg, 4 * 16 * 16); in fsl_espi_probe()
885 master->min_speed_hz = in au1550_spi_probe()
1158 master->min_speed_hz = spi->clk_rate / SPI_MBR_DIV_MAX; in stm32_spi_probe()
1371 master->min_speed_hz = OMAP2_MCSPI_MAX_FREQ >> 15; in omap2_mcspi_probe()
2898 if (xfer->speed_hz && ctlr->min_speed_hz && in __spi_validate()2899 xfer->speed_hz < ctlr->min_speed_hz) in __spi_validate()
350 spi->master->min_speed_hz = 125000; in psxpad_spi_probe()
440 u32 min_speed_hz; member