Home
last modified time | relevance | path

Searched refs:min_speed_hz (Results 1 - 25 of 65) sorted by relevance

123

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-meson-spicc.c146 unsigned int min_speed_hz; member
811 master->min_speed_hz = spicc->data->min_speed_hz; in meson_spicc_probe()
873 .min_speed_hz = 325000,
879 .min_speed_hz = 325000,
887 .min_speed_hz = 50000,
H A Dspi-ep93xx.c123 rate = clamp(rate, master->min_speed_hz, master->max_speed_hz); in ep93xx_spi_calc_divisors()
706 master->min_speed_hz = clk_get_rate(espi->clk) / (254 * 256); in ep93xx_spi_probe()
H A Dspi-sc18is602.c297 master->min_speed_hz = hw->freq / 128; in sc18is602_probe()
H A Dspi-imx.c521 u32 min_speed_hz = ~0U; in mx51_ecspi_prepare_message() local
598 * min_speed_hz is ~0 and the resulting delay is zero. in mx51_ecspi_prepare_message()
603 min_speed_hz = min(xfer->speed_hz, min_speed_hz); in mx51_ecspi_prepare_message()
606 delay = (2 * 1000000) / min_speed_hz; in mx51_ecspi_prepare_message()
H A Dspi-meson-spifc.c335 master->min_speed_hz = rate >> 6; in meson_spifc_probe()
H A Dspi-omap-100k.c368 master->min_speed_hz = OMAP1_SPI100K_MAX_FREQ/(1<<16); in omap1_spi100k_probe()
H A Dspi-npcm-pspi.c402 master->min_speed_hz = DIV_ROUND_UP(clk_hz, NPCM_PSPI_MAX_CLK_DIVIDER); in npcm_pspi_probe()
H A Dspi-sun6i.c467 master->min_speed_hz = 3 * 1000; in sun6i_spi_probe()
H A Dspi-sun4i.c463 master->min_speed_hz = 3 * 1000; in sun4i_spi_probe()
H A Dspi-txx9.c392 master->min_speed_hz = DIV_ROUND_UP(c->baseclk, SPI_MAX_DIVIDER + 1); in txx9spi_probe()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-meson-spicc.c146 unsigned int min_speed_hz; member
867 master->min_speed_hz = spicc->data->min_speed_hz; in meson_spicc_probe()
927 .min_speed_hz = 325000,
933 .min_speed_hz = 325000,
941 .min_speed_hz = 50000,
H A Dspi-ep93xx.c123 rate = clamp(rate, host->min_speed_hz, host->max_speed_hz); in ep93xx_spi_calc_divisors()
700 host->min_speed_hz = clk_get_rate(espi->clk) / (254 * 256); in ep93xx_spi_probe()
H A Dspi-sc18is602.c303 host->min_speed_hz = hw->freq / 128; in sc18is602_probe()
H A Dspi-cs42l43.c241 priv->ctlr->min_speed_hz = CS42L43_SPI_ROOT_HZ / in cs42l43_spi_probe()
H A Dspi-imx.c533 u32 min_speed_hz = ~0U; in mx51_ecspi_prepare_message() local
615 * min_speed_hz is ~0 and the resulting delay is zero. in mx51_ecspi_prepare_message()
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()
H A Dspi-ingenic.c437 ctlr->min_speed_hz = 7200; in spi_ingenic_probe()
H A Dspi-sun4i.c463 master->min_speed_hz = 3 * 1000; in sun4i_spi_probe()
H A Dspi-pci1xxxx.c367 spi_host->min_speed_hz = PCI1XXXX_SPI_MIN_CLOCK_HZ; in pci1xxxx_spi_probe()
H A Dspi-npcm-pspi.c402 master->min_speed_hz = DIV_ROUND_UP(clk_hz, NPCM_PSPI_MAX_CLK_DIVIDER); in npcm_pspi_probe()
H A Dspi-meson-spifc.c335 master->min_speed_hz = rate >> 6; in meson_spifc_probe()
H A Dspi-wpcm-fiu.c483 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
H A Dspi-amlogic-spifc-a1.c359 ctrl->min_speed_hz = SPIFC_A1_MIN_HZ; in amlogic_spifc_a1_probe()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dspilib.c32 u32 min_speed_hz; member
431 spi->min_speed_hz = le32_to_cpu(response.min_speed_hz); in gb_spi_get_master_config()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dpsxpad-spi.c342 spi->master->min_speed_hz = 125000; in psxpad_spi_probe()

Completed in 23 milliseconds

123