Searched refs:min_speed_hz (Results 1 – 17 of 17) sorted by relevance
290 host->min_speed_hz = hw->freq / 128; in sc18is602_probe()
604 u32 min_speed_hz = ~0U; in mx51_ecspi_prepare_message() local691 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()
345 priv->ctlr->min_speed_hz = CS42L43_SPI_ROOT_HZ / in cs42l43_spi_probe()
478 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
687 host->min_speed_hz = DIV_ROUND_UP(clk_rate, SSI_MAX_CLK_DIVIDER); in uniphier_spi_probe()
755 host->min_speed_hz = K1_SPI_MIN_SPEED_HZ; in k1_spi_probe()
775 controller->min_speed_hz = rzv2h_rspi_calc_bitrate(tclk_rate, in rzv2h_rspi_probe()
1175 ctrl->min_speed_hz = SFC_MIN_FREQUENCY; in aml_sfc_probe()
1271 ctlr->min_speed_hz = DIV_ROUND_UP(clksrc, 1024); in sh_msiof_spi_probe()
4548 if (xfer->speed_hz && ctlr->min_speed_hz && in __spi_validate()4549 xfer->speed_hz < ctlr->min_speed_hz) in __spi_validate()
1906 host->min_speed_hz = cqspi->master_ref_clk_hz / 32; in cqspi_probe()
2454 ctrl->min_speed_hz = spi->clk_rate / spi->cfg->baud_rate_div_max; in stm32_spi_probe()
1208 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()
345 spi->controller->min_speed_hz = 125000; in psxpad_spi_probe()
701 spi->controller->min_speed_hz = MIN_FREQ_HZ; in mse102x_probe_spi()
626 u32 min_speed_hz; member
857 __le32 min_speed_hz; member