Searched refs:min_speed_hz (Results 1 – 20 of 20) sorted by relevance
171 unsigned int min_speed_hz; member1059 host->min_speed_hz = spicc->data->min_speed_hz; in meson_spicc_probe()1108 .min_speed_hz = 325000,1114 .min_speed_hz = 325000,1122 .min_speed_hz = 50000,
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()
204 if (op->max_freq && mem->spi->controller->min_speed_hz && in spi_mem_default_supports_op()205 op->max_freq < mem->spi->controller->min_speed_hz) in spi_mem_default_supports_op()
498 host->min_speed_hz = DIV_ROUND_UP(host->max_speed_hz, CLK_DIV_MAX); in hisi_spi_probe()
1366 controller->min_speed_hz = in pxa2xx_spi_probe()1369 controller->min_speed_hz = in pxa2xx_spi_probe()
479 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
520 controller->min_speed_hz = DIV_ROUND_UP(clk_get_rate(clk), in at91_usart_spi_probe()
728 ctlr->min_speed_hz = clk_get_rate(qspi->clk) / 30; in mchp_coreqspi_probe()
668 host->min_speed_hz = 3 * 1000; in sun6i_spi_probe()
697 host->min_speed_hz = DIV_ROUND_UP(espi->spibrg, 4 * 16 * 16); in fsl_espi_probe()
785 ctlr->min_speed_hz = 1000 * 10; in aml_spisg_probe()
929 spi_host->min_speed_hz = PCI1XXXX_SPI_MIN_CLOCK_HZ; in pci1xxxx_spi_probe()
1578 ctlr->min_speed_hz = mcspi->ref_clk_hz >> 15; in omap2_mcspi_probe()
4246 if (xfer->speed_hz && ctlr->min_speed_hz && in __spi_validate()4247 xfer->speed_hz < ctlr->min_speed_hz) in __spi_validate()
2476 ctrl->min_speed_hz = spi->clk_rate / spi->cfg->baud_rate_div_max; in stm32_spi_probe()
32 u32 min_speed_hz; member435 spi->min_speed_hz = le32_to_cpu(response.min_speed_hz); in gb_spi_get_master_config()
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()
701 spi->controller->min_speed_hz = MIN_FREQ_HZ; in mse102x_probe_spi()
613 u32 min_speed_hz; member
857 __le32 min_speed_hz; member