Searched refs:min_speed_hz (Results 1 – 25 of 38) sorted by relevance
12
/linux-6.12.1/drivers/spi/ |
D | spi-meson-spicc.c | 146 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,
|
D | spi-ep93xx.c | 119 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()
|
D | spi-imx.c | 533 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()
|
D | spi-sc18is602.c | 303 host->min_speed_hz = hw->freq / 128; in sc18is602_probe()
|
D | spi-meson-spifc.c | 329 host->min_speed_hz = rate >> 6; in meson_spifc_probe()
|
D | spi-cs42l43.c | 334 priv->ctlr->min_speed_hz = CS42L43_SPI_ROOT_HZ / in cs42l43_spi_probe()
|
D | spi-npcm-pspi.c | 402 host->min_speed_hz = DIV_ROUND_UP(clk_hz, NPCM_PSPI_MAX_CLK_DIVIDER); in npcm_pspi_probe()
|
D | spi-sun4i.c | 464 host->min_speed_hz = 3 * 1000; in sun4i_spi_probe()
|
D | spi-hisi-kunpeng.c | 501 host->min_speed_hz = DIV_ROUND_UP(host->max_speed_hz, CLK_DIV_MAX); in hisi_spi_probe()
|
D | spi-amlogic-spifc-a1.c | 359 ctrl->min_speed_hz = SPIFC_A1_MIN_HZ; in amlogic_spifc_a1_probe()
|
D | spi-amd.c | 520 host->min_speed_hz = AMD_SPI_MIN_HZ; in amd_spi_probe()
|
D | spi-ingenic.c | 440 ctlr->min_speed_hz = 7200; in spi_ingenic_probe()
|
D | spi-pxa2xx.c | 1376 controller->min_speed_hz = in pxa2xx_spi_probe() 1379 controller->min_speed_hz = in pxa2xx_spi_probe()
|
D | spi-wpcm-fiu.c | 480 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
|
D | spi-orion.c | 724 host->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()
|
D | spi-sunplus-sp7021.c | 433 ctlr->min_speed_hz = 40000; in sp7021_spi_controller_probe()
|
D | spi-at91-usart.c | 520 controller->min_speed_hz = DIV_ROUND_UP(clk_get_rate(clk), in at91_usart_spi_probe()
|
D | spi-armada-3700.c | 876 host->min_speed_hz = DIV_ROUND_UP(clk_get_rate(spi->clk), in a3700_spi_probe()
|
D | spi-img-spfi.c | 593 host->min_speed_hz = clk_get_rate(spfi->spfi_clk) / 512; in img_spfi_probe()
|
D | spi-sun6i.c | 668 host->min_speed_hz = 3 * 1000; in sun6i_spi_probe()
|
/linux-6.12.1/drivers/staging/greybus/ |
D | spilib.c | 32 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/ |
D | mmc_spi.c | 1211 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/ |
D | psxpad-spi.c | 345 spi->controller->min_speed_hz = 125000; in psxpad_spi_probe()
|
/linux-6.12.1/include/linux/spi/ |
D | spi.h | 584 u32 min_speed_hz; member
|
/linux-6.12.1/drivers/net/ethernet/vertexcom/ |
D | mse102x.c | 667 spi->controller->min_speed_hz = MIN_FREQ_HZ; in mse102x_probe_spi()
|
12