/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-meson-spicc.c | 146 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 D | spi-ep93xx.c | 123 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 D | spi-sc18is602.c | 297 master->min_speed_hz = hw->freq / 128; in sc18is602_probe()
|
H A D | spi-imx.c | 521 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 D | spi-meson-spifc.c | 335 master->min_speed_hz = rate >> 6; in meson_spifc_probe()
|
H A D | spi-omap-100k.c | 368 master->min_speed_hz = OMAP1_SPI100K_MAX_FREQ/(1<<16); in omap1_spi100k_probe()
|
H A D | spi-npcm-pspi.c | 402 master->min_speed_hz = DIV_ROUND_UP(clk_hz, NPCM_PSPI_MAX_CLK_DIVIDER); in npcm_pspi_probe()
|
H A D | spi-sun6i.c | 467 master->min_speed_hz = 3 * 1000; in sun6i_spi_probe()
|
H A D | spi-sun4i.c | 463 master->min_speed_hz = 3 * 1000; in sun4i_spi_probe()
|
H A D | spi-txx9.c | 392 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 D | spi-meson-spicc.c | 146 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 D | spi-ep93xx.c | 123 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 D | spi-sc18is602.c | 303 host->min_speed_hz = hw->freq / 128; in sc18is602_probe()
|
H A D | spi-cs42l43.c | 241 priv->ctlr->min_speed_hz = CS42L43_SPI_ROOT_HZ / in cs42l43_spi_probe()
|
H A D | spi-imx.c | 533 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 D | spi-ingenic.c | 437 ctlr->min_speed_hz = 7200; in spi_ingenic_probe()
|
H A D | spi-sun4i.c | 463 master->min_speed_hz = 3 * 1000; in sun4i_spi_probe()
|
H A D | spi-pci1xxxx.c | 367 spi_host->min_speed_hz = PCI1XXXX_SPI_MIN_CLOCK_HZ; in pci1xxxx_spi_probe()
|
H A D | spi-npcm-pspi.c | 402 master->min_speed_hz = DIV_ROUND_UP(clk_hz, NPCM_PSPI_MAX_CLK_DIVIDER); in npcm_pspi_probe()
|
H A D | spi-meson-spifc.c | 335 master->min_speed_hz = rate >> 6; in meson_spifc_probe()
|
H A D | spi-wpcm-fiu.c | 483 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
|
H A D | spi-amlogic-spifc-a1.c | 359 ctrl->min_speed_hz = SPIFC_A1_MIN_HZ; in amlogic_spifc_a1_probe()
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | spilib.c | 32 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 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()
|
/kernel/linux/linux-5.10/drivers/input/joystick/ |
H A D | psxpad-spi.c | 342 spi->master->min_speed_hz = 125000; in psxpad_spi_probe()
|