Home
last modified time | relevance | path

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

/linux/drivers/spi/
H A Dspi-meson-spicc.c146 unsigned int min_speed_hz; member
861 host->min_speed_hz = spicc->data->min_speed_hz; in meson_spicc_probe()
912 .min_speed_hz = 325000,
918 .min_speed_hz = 325000,
926 .min_speed_hz = 50000,
H A Dspi-ep93xx.c119 rate = clamp(rate, host->min_speed_hz, host->max_speed_hz); in ep93xx_spi_calc_divisors()
666 host->min_speed_hz = clk_get_rate(espi->clk) / (254 * 256); in ep93xx_spi_probe()
H A Dspi-imx.c549 u32 min_speed_hz = ~0U; in mx51_ecspi_prepare_message() local
636 min_speed_hz = min(xfer->speed_hz, min_speed_hz); in mx51_ecspi_prepare_message()
639 delay = (2 * 1000000) / min_speed_hz; in mx51_ecspi_prepare_message()
H A Dspi-cs42l43.c363 priv->ctlr->min_speed_hz = CS42L43_SPI_ROOT_HZ / in cs42l43_spi_probe()
H A Dspi-hisi-kunpeng.c501 host->min_speed_hz = DIV_ROUND_UP(host->max_speed_hz, CLK_DIV_MAX); in hisi_spi_probe()
H A Dspi-ingenic.c440 ctlr->min_speed_hz = 7200; in spi_ingenic_probe()
H A Dspi-pxa2xx.c1368 controller->min_speed_hz = in pxa2xx_spi_probe()
1371 controller->min_speed_hz = in pxa2xx_spi_probe()
H A Dspi-wpcm-fiu.c480 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
H A Dspi-armada-3700.c876 host->min_speed_hz = DIV_ROUND_UP(clk_get_rate(spi->clk), in a3700_spi_probe()
H A Dspi-rockchip.c863 ctlr->min_speed_hz = rs->freq / BAUDR_SCKDV_MAX; in rockchip_spi_probe()
H A Dspi-pci1xxxx.c826 spi_host->min_speed_hz = PCI1XXXX_SPI_MIN_CLOCK_HZ; in pci1xxxx_spi_probe()
H A Dspi-omap2-mcspi.c1574 ctlr->min_speed_hz = mcspi->ref_clk_hz >> 15; in omap2_mcspi_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/input/joystick/
H A Dpsxpad-spi.c345 spi->controller->min_speed_hz = 125000; in psxpad_spi_probe()
/linux/include/linux/spi/
H A Dspi.h584 u32 min_speed_hz; member
/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c667 spi->controller->min_speed_hz = MIN_FREQ_HZ; in mse102x_probe_spi()
/linux/include/linux/greybus/
H A Dgreybus_protocols.h857 __le32 min_speed_hz; member