Searched refs:min_speed_hz (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/drivers/spi/
H A Dspi-sc18is602.c295 master->min_speed_hz = hw->freq / 128; sc18is602_probe()
H A Dspi-meson-spifc.c343 master->min_speed_hz = rate >> 6; meson_spifc_probe()
H A Dspi-omap-100k.c389 master->min_speed_hz = OMAP1_SPI100K_MAX_FREQ/(1<<16); omap1_spi100k_probe()
H A Dspi-txx9.c356 master->min_speed_hz = DIV_ROUND_UP(c->baseclk, SPI_MAX_DIVIDER + 1); txx9spi_probe()
H A Dspi-orion.c479 master->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); orion_spi_probe()
H A Dspi-ep93xx.c209 rate = clamp(rate, master->min_speed_hz, master->max_speed_hz); ep93xx_spi_calc_divisors()
911 master->min_speed_hz = clk_get_rate(espi->clk) / (254 * 256); ep93xx_spi_probe()
H A Dspi-dln2.c723 &master->min_speed_hz, dln2_spi_probe()
H A Dspi-img-spfi.c646 master->min_speed_hz = clk_get_rate(spfi->spfi_clk) / 512; img_spfi_probe()
H A Dspi-au1550.c886 master->min_speed_hz = au1550_spi_probe()
H A Dspi-omap2-mcspi.c1354 master->min_speed_hz = OMAP2_MCSPI_MAX_FREQ >> 15; omap2_mcspi_probe()
H A Dspi.c1881 if (xfer->speed_hz && master->min_speed_hz && __spi_validate()
1882 xfer->speed_hz < master->min_speed_hz) __spi_validate()
/linux-4.1.27/include/linux/spi/
H A Dspi.h235 * @min_speed_hz: Lowest supported transfer speed
348 u32 min_speed_hz; member in struct:spi_master

Completed in 158 milliseconds