Home
last modified time | relevance | path

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

12

/linux-6.12.1/drivers/spi/
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,
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()
Dspi-imx.c533 u32 min_speed_hz = ~0U; in mx51_ecspi_prepare_message() local
620 min_speed_hz = min(xfer->speed_hz, min_speed_hz); in mx51_ecspi_prepare_message()
623 delay = (2 * 1000000) / min_speed_hz; in mx51_ecspi_prepare_message()
Dspi-sc18is602.c303 host->min_speed_hz = hw->freq / 128; in sc18is602_probe()
Dspi-meson-spifc.c329 host->min_speed_hz = rate >> 6; in meson_spifc_probe()
Dspi-cs42l43.c334 priv->ctlr->min_speed_hz = CS42L43_SPI_ROOT_HZ / in cs42l43_spi_probe()
Dspi-npcm-pspi.c402 host->min_speed_hz = DIV_ROUND_UP(clk_hz, NPCM_PSPI_MAX_CLK_DIVIDER); in npcm_pspi_probe()
Dspi-sun4i.c464 host->min_speed_hz = 3 * 1000; in sun4i_spi_probe()
Dspi-hisi-kunpeng.c501 host->min_speed_hz = DIV_ROUND_UP(host->max_speed_hz, CLK_DIV_MAX); in hisi_spi_probe()
Dspi-amlogic-spifc-a1.c359 ctrl->min_speed_hz = SPIFC_A1_MIN_HZ; in amlogic_spifc_a1_probe()
Dspi-amd.c520 host->min_speed_hz = AMD_SPI_MIN_HZ; in amd_spi_probe()
Dspi-ingenic.c440 ctlr->min_speed_hz = 7200; in spi_ingenic_probe()
Dspi-pxa2xx.c1376 controller->min_speed_hz = in pxa2xx_spi_probe()
1379 controller->min_speed_hz = in pxa2xx_spi_probe()
Dspi-wpcm-fiu.c480 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
Dspi-orion.c724 host->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()
Dspi-sunplus-sp7021.c433 ctlr->min_speed_hz = 40000; in sp7021_spi_controller_probe()
Dspi-at91-usart.c520 controller->min_speed_hz = DIV_ROUND_UP(clk_get_rate(clk), in at91_usart_spi_probe()
Dspi-armada-3700.c876 host->min_speed_hz = DIV_ROUND_UP(clk_get_rate(spi->clk), in a3700_spi_probe()
Dspi-img-spfi.c593 host->min_speed_hz = clk_get_rate(spfi->spfi_clk) / 512; in img_spfi_probe()
Dspi-sun6i.c668 host->min_speed_hz = 3 * 1000; in sun6i_spi_probe()
/linux-6.12.1/drivers/staging/greybus/
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-6.12.1/drivers/mmc/host/
Dmmc_spi.c1211 if (spi->controller->min_speed_hz > 400000) in mmc_spi_probe()
1214 mmc->f_min = max(spi->controller->min_speed_hz, 400000); in mmc_spi_probe()
/linux-6.12.1/drivers/input/joystick/
Dpsxpad-spi.c345 spi->controller->min_speed_hz = 125000; in psxpad_spi_probe()
/linux-6.12.1/include/linux/spi/
Dspi.h584 u32 min_speed_hz; member
/linux-6.12.1/drivers/net/ethernet/vertexcom/
Dmse102x.c667 spi->controller->min_speed_hz = MIN_FREQ_HZ; in mse102x_probe_spi()

12