Searched refs:min_speed_hz (Results 1 – 25 of 37) sorted by relevance
12
/openbmc/linux/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-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 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-sc18is602.c | 303 host->min_speed_hz = hw->freq / 128; in sc18is602_probe()
|
H A D | spi-amd.c | 409 host->min_speed_hz = AMD_SPI_MIN_HZ; in amd_spi_probe()
|
H A D | spi-meson-spifc.c | 335 master->min_speed_hz = rate >> 6; in meson_spifc_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-sun4i.c | 463 master->min_speed_hz = 3 * 1000; in sun4i_spi_probe()
|
H A D | spi-amlogic-spifc-a1.c | 359 ctrl->min_speed_hz = SPIFC_A1_MIN_HZ; in amlogic_spifc_a1_probe()
|
H A D | spi-hisi-kunpeng.c | 501 host->min_speed_hz = DIV_ROUND_UP(host->max_speed_hz, CLK_DIV_MAX); in hisi_spi_probe()
|
H A D | spi-pci1xxxx.c | 369 spi_host->min_speed_hz = PCI1XXXX_SPI_MIN_CLOCK_HZ; in pci1xxxx_spi_probe()
|
H A D | spi-ingenic.c | 437 ctlr->min_speed_hz = 7200; in spi_ingenic_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-pxa2xx.c | 1554 controller->min_speed_hz = in pxa2xx_spi_probe() 1557 controller->min_speed_hz = in pxa2xx_spi_probe()
|
H A D | spi-at91-usart.c | 534 controller->min_speed_hz = DIV_ROUND_UP(clk_get_rate(clk), in at91_usart_spi_probe()
|
H A D | spi-sunplus-sp7021.c | 433 ctlr->min_speed_hz = 40000; in sp7021_spi_controller_probe()
|
H A D | spi-orion.c | 728 host->min_speed_hz = DIV_ROUND_UP(tclk_hz, devdata->max_divisor); in orion_spi_probe()
|
H A D | spi-armada-3700.c | 882 host->min_speed_hz = DIV_ROUND_UP(clk_get_rate(spi->clk), in a3700_spi_probe()
|
H A D | spi-img-spfi.c | 593 host->min_speed_hz = clk_get_rate(spfi->spfi_clk) / 512; in img_spfi_probe()
|
H A D | spi-sun6i.c | 667 master->min_speed_hz = 3 * 1000; in sun6i_spi_probe()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/input/joystick/ |
H A D | psxpad-spi.c | 345 spi->master->min_speed_hz = 125000; in psxpad_spi_probe()
|
/openbmc/linux/include/linux/spi/ |
H A D | spi.h | 558 u32 min_speed_hz; member
|
/openbmc/linux/drivers/net/ethernet/vertexcom/ |
H A D | mse102x.c | 670 spi->master->min_speed_hz = MIN_FREQ_HZ; in mse102x_probe_spi()
|
12