Home
last modified time | relevance | path

Searched refs:min_speed_hz (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/spi/
H A Dspi-meson-spicc.c171 unsigned int min_speed_hz; member
1059 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,
H A Dspi-imx.c604 u32 min_speed_hz = ~0U; in mx51_ecspi_prepare_message() local
691 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()
H A Dspi-mem.c204 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()
H A Dspi-hisi-kunpeng.c498 host->min_speed_hz = DIV_ROUND_UP(host->max_speed_hz, CLK_DIV_MAX); in hisi_spi_probe()
H A Dspi-pxa2xx.c1366 controller->min_speed_hz = in pxa2xx_spi_probe()
1369 controller->min_speed_hz = in pxa2xx_spi_probe()
H A Dspi-wpcm-fiu.c479 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
H A Dspi-at91-usart.c520 controller->min_speed_hz = DIV_ROUND_UP(clk_get_rate(clk), in at91_usart_spi_probe()
H A Dspi-microchip-core-qspi.c728 ctlr->min_speed_hz = clk_get_rate(qspi->clk) / 30; in mchp_coreqspi_probe()
H A Dspi-sun6i.c668 host->min_speed_hz = 3 * 1000; in sun6i_spi_probe()
H A Dspi-fsl-espi.c697 host->min_speed_hz = DIV_ROUND_UP(espi->spibrg, 4 * 16 * 16); in fsl_espi_probe()
H A Dspi-amlogic-spisg.c785 ctlr->min_speed_hz = 1000 * 10; in aml_spisg_probe()
H A Dspi-pci1xxxx.c929 spi_host->min_speed_hz = PCI1XXXX_SPI_MIN_CLOCK_HZ; in pci1xxxx_spi_probe()
H A Dspi-omap2-mcspi.c1578 ctlr->min_speed_hz = mcspi->ref_clk_hz >> 15; in omap2_mcspi_probe()
H A Dspi.c4246 if (xfer->speed_hz && ctlr->min_speed_hz && in __spi_validate()
4247 xfer->speed_hz < ctlr->min_speed_hz) in __spi_validate()
H A Dspi-stm32.c2476 ctrl->min_speed_hz = spi->clk_rate / spi->cfg->baud_rate_div_max; in stm32_spi_probe()
/linux/drivers/staging/greybus/
H A Dspilib.c32 u32 min_speed_hz; member
435 spi->min_speed_hz = le32_to_cpu(response.min_speed_hz); in gb_spi_get_master_config()
/linux/drivers/mmc/host/
H A Dmmc_spi.c1208 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()
/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c701 spi->controller->min_speed_hz = MIN_FREQ_HZ; in mse102x_probe_spi()
/linux/include/linux/spi/
H A Dspi.h613 u32 min_speed_hz; member
/linux/include/linux/greybus/
H A Dgreybus_protocols.h857 __le32 min_speed_hz; member