Home
last modified time | relevance | path

Searched refs:min_speed_hz (Results 1 – 19 of 19) 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()
1114 .min_speed_hz = 325000,
1120 .min_speed_hz = 325000,
1128 .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-wpcm-fiu.c479 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
H A Dspi-orion.c724 host->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()
H A Dspi-rzv2h-rspi.c774 controller->min_speed_hz = rzv2h_rspi_calc_bitrate(tclk_rate, in rzv2h_rspi_probe()
H A Dspi-microchip-core-qspi.c775 ctlr->min_speed_hz = clk_get_rate(qspi->clk) / 30; in mchp_coreqspi_probe()
H A Dspi-rockchip.c854 ctlr->min_speed_hz = rs->freq / BAUDR_SCKDV_MAX; in rockchip_spi_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-amlogic-spifc-a4.c1175 ctrl->min_speed_hz = SFC_MIN_FREQUENCY; in aml_sfc_probe()
H A Dspi.c4310 if (xfer->speed_hz && ctlr->min_speed_hz && in __spi_validate()
4311 xfer->speed_hz < ctlr->min_speed_hz) in __spi_validate()
H A Dspi-cadence-quadspi.c1906 host->min_speed_hz = cqspi->master_ref_clk_hz / 32; in cqspi_probe()
H A Dspi-stm32.c2454 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.h614 u32 min_speed_hz; member
/linux/include/linux/greybus/
H A Dgreybus_protocols.h857 __le32 min_speed_hz; member