Searched refs:max_speed_hz (Results 151 - 175 of 181) sorted by relevance

12345678

/linux-master/drivers/spi/
H A Dspi-rspi.c988 rspi->speed_hz = spi->max_speed_hz;
1339 ctlr->max_speed_hz = DIV_ROUND_UP(clksrc, ops->min_div);
H A Dspi-mt65xx.c927 ms = div_u64(ms, mem->spi->max_speed_hz);
955 mtk_spi_prepare_transfer(mem->spi->controller, mem->spi->max_speed_hz);
H A Dspi-pl022.c1605 if (!spi->max_speed_hz)
1660 spi->max_speed_hz,
H A Dspi-cadence-quadspi.c1410 cqspi_configure(f_pdata, mem->spi->max_speed_hz);
1859 host->max_speed_hz = cqspi->master_ref_clk_hz;
H A Dspi-dln2.c726 &host->max_speed_hz);
H A Dspi-fsl-qspi.c527 unsigned long rate = spi->max_speed_hz;
H A Dspi-mxic.c517 ret = mxic_spi_set_freq(mxic, mem->spi->max_speed_hz);
H A Dspi-uniphier.c697 host->max_speed_hz = DIV_ROUND_UP(clk_rate, SSI_MIN_CLK_DIVIDER);
H A Dspi-sprd.c946 sctlr->max_speed_hz = min_t(u32, ss->src_clk >> 1,
H A Dspi-npcm-fiu.c676 chip->clkrate = spi->max_speed_hz;
H A Dspi-bcm2835.c1371 ctlr->max_speed_hz = clk_get_rate(bs->clk) / 2;
H A Dspi-rockchip.c854 ctlr->max_speed_hz = min(rs->freq / BAUDR_SCKDV_MIN, MAX_SCLK_OUT);
H A Dspi-pci1xxxx.c824 spi_host->max_speed_hz = PCI1XXXX_SPI_MAX_CLOCK_HZ;
H A Dspi-fsl-lpspi.c435 fsl_lpspi->config.speed_hz = spi->max_speed_hz;
H A Dspi-aspeed-smc.c570 chip->clk_freq = desc->mem->spi->max_speed_hz;
H A Dspi-qup.c1093 host->max_speed_hz = max_freq;
H A Dspi-sh-msiof.c1360 ctlr->max_speed_hz = DIV_ROUND_UP(clksrc, 1 << p->min_div_pow);
/linux-master/drivers/tty/serial/
H A Dsc16is7xx.c1741 spi->max_speed_hz = spi->max_speed_hz ? : 4 * HZ_PER_MHZ;
/linux-master/include/linux/greybus/
H A Dgreybus_protocols.h858 __le32 max_speed_hz; member in struct:gb_spi_master_config_response
871 __le32 max_speed_hz; member in struct:gb_spi_device_config_response
/linux-master/sound/pci/hda/
H A Dcs35l41_hda.c1874 if (spi->max_speed_hz < CS35L41_MAX_ACCEPTABLE_SPI_SPEED_HZ) {
1877 spi->max_speed_hz);
/linux-master/drivers/iio/adc/
H A Dad7280a.c1029 st->spi->max_speed_hz = AD7280A_MAX_SPI_CLK_HZ;
/linux-master/drivers/gpu/drm/tiny/
H A Drepaper.c1119 DRM_DEBUG_DRIVER("SPI speed: %uMHz\n", spi->max_speed_hz / 1000000);
/linux-master/arch/sh/boards/mach-ecovec24/
H A Dsetup.c820 .max_speed_hz = 5000000,
/linux-master/drivers/media/usb/msi2500/
H A Dmsi2500.c1172 .max_speed_hz = 12000000,
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_spi.c1053 "spi->max_speed_hz=%d\n",
1057 card->spi->max_speed_hz);

Completed in 426 milliseconds

12345678