Home
last modified time | relevance | path

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

12

/openbmc/linux/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-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
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-sc18is602.c303 host->min_speed_hz = hw->freq / 128; in sc18is602_probe()
H A Dspi-amd.c409 host->min_speed_hz = AMD_SPI_MIN_HZ; in amd_spi_probe()
H A Dspi-meson-spifc.c335 master->min_speed_hz = rate >> 6; in meson_spifc_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-sun4i.c463 master->min_speed_hz = 3 * 1000; in sun4i_spi_probe()
H A Dspi-amlogic-spifc-a1.c359 ctrl->min_speed_hz = SPIFC_A1_MIN_HZ; in amlogic_spifc_a1_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-pci1xxxx.c369 spi_host->min_speed_hz = PCI1XXXX_SPI_MIN_CLOCK_HZ; in pci1xxxx_spi_probe()
H A Dspi-ingenic.c437 ctlr->min_speed_hz = 7200; in spi_ingenic_probe()
H A Dspi-wpcm-fiu.c483 ctrl->min_speed_hz = clk_get_rate(fiu->clk); in wpcm_fiu_probe()
H A Dspi-pxa2xx.c1554 controller->min_speed_hz = in pxa2xx_spi_probe()
1557 controller->min_speed_hz = in pxa2xx_spi_probe()
H A Dspi-at91-usart.c534 controller->min_speed_hz = DIV_ROUND_UP(clk_get_rate(clk), in at91_usart_spi_probe()
H A Dspi-sunplus-sp7021.c433 ctlr->min_speed_hz = 40000; in sp7021_spi_controller_probe()
H A Dspi-orion.c728 host->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()
H A Dspi-armada-3700.c882 host->min_speed_hz = DIV_ROUND_UP(clk_get_rate(spi->clk), in a3700_spi_probe()
H A Dspi-img-spfi.c593 host->min_speed_hz = clk_get_rate(spfi->spfi_clk) / 512; in img_spfi_probe()
H A Dspi-sun6i.c667 master->min_speed_hz = 3 * 1000; in sun6i_spi_probe()
/openbmc/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()
/openbmc/linux/drivers/input/joystick/
H A Dpsxpad-spi.c345 spi->master->min_speed_hz = 125000; in psxpad_spi_probe()
/openbmc/linux/include/linux/spi/
H A Dspi.h558 u32 min_speed_hz; member
/openbmc/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c670 spi->master->min_speed_hz = MIN_FREQ_HZ; in mse102x_probe_spi()

12