Searched refs:min_speed_hz (Results 1 – 12 of 12) sorted by relevance
295 master->min_speed_hz = hw->freq / 128; in sc18is602_probe()
209 rate = clamp(rate, master->min_speed_hz, master->max_speed_hz); in ep93xx_spi_calc_divisors()911 master->min_speed_hz = clk_get_rate(espi->clk) / (254 * 256); in ep93xx_spi_probe()
343 master->min_speed_hz = rate >> 6; in meson_spifc_probe()
356 master->min_speed_hz = DIV_ROUND_UP(c->baseclk, SPI_MAX_DIVIDER + 1); in txx9spi_probe()
389 master->min_speed_hz = OMAP1_SPI100K_MAX_FREQ/(1<<16); in omap1_spi100k_probe()
479 master->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()
646 master->min_speed_hz = clk_get_rate(spfi->spfi_clk) / 512; in img_spfi_probe()
723 &master->min_speed_hz, in dln2_spi_probe()
1881 if (xfer->speed_hz && master->min_speed_hz && in __spi_validate()1882 xfer->speed_hz < master->min_speed_hz) in __spi_validate()
886 master->min_speed_hz = in au1550_spi_probe()
1354 master->min_speed_hz = OMAP2_MCSPI_MAX_FREQ >> 15; in omap2_mcspi_probe()
348 u32 min_speed_hz; member