Searched refs:max_speed_hz (Results 126 - 150 of 180) sorted by relevance

12345678

/linux-master/drivers/spi/
H A Dspi-fsl-espi.c328 u32 pm, hz = t ? t->speed_hz : spi->max_speed_hz;
700 host->max_speed_hz = DIV_ROUND_UP(espi->spibrg, 4);
H A Datmel-quadspi.c488 if (!spi->max_speed_hz)
496 scbr = DIV_ROUND_UP(src_rate, spi->max_speed_hz);
H A Dspi-stm32-qspi.c652 if (!spi->max_speed_hz)
669 presc = DIV_ROUND_UP(qspi->clk_rate, spi->max_speed_hz) - 1;
H A Dspi-dw-core.c680 cfg.freq = clamp(mem->spi->max_speed_hz, 0U, dws->max_mem_freq);
946 host->max_speed_hz = dws->max_freq;
H A Dspi-tegra114.c955 spi->max_speed_hz);
1311 &host->max_speed_hz))
1312 host->max_speed_hz = 25000000; /* 25MHz */
H A Dspi-topcliff-pch.c424 spi->max_speed_hz);
425 pch_spi_set_baud_rate(spi->controller, spi->max_speed_hz);
1338 host->max_speed_hz = PCH_MAX_BAUDRATE;
H A Dspi-imx.c1262 if (!spi->max_speed_hz) {
1266 dev_dbg(&spi->dev, "using spi->max_speed_hz!\n");
1267 spi_imx->spi_bus_clk = spi->max_speed_hz;
1664 spi->mode, spi->bits_per_word, spi->max_speed_hz);
H A Dspi-sn-f-ospi.c346 f_ospi_config_clk(ospi, spi->max_speed_hz);
H A Dspi-microchip-core.c288 host->max_speed_hz = clk_hz;
H A Dspi-at91-usart.c518 controller->max_speed_hz = DIV_ROUND_UP(clk_get_rate(clk),
H A Dspi-sunplus-sp7021.c434 ctlr->max_speed_hz = 25000000;
H A Dspi-wpcm-fiu.c484 ctrl->max_speed_hz = clk_get_rate(fiu->clk);
H A Dspi-mxs.c69 const unsigned int hz = min(dev->max_speed_hz, t->speed_hz);
H A Dspi-sun6i.c667 host->max_speed_hz = 100 * 1000 * 1000;
H A Dspi-armada-3700.c874 host->max_speed_hz = min_t(unsigned long, A3700_SPI_MAX_SPEED_HZ,
H A Dspi-coldfire-qspi.c332 (MCFQSPI_BUSCLK / mcfqspi_qmr_baud(spi->max_speed_hz))
H A Dspi-geni-qcom.c431 return geni_spi_set_clock_and_bw(mas, spi_slv->max_speed_hz);
1095 spi->max_speed_hz = 50000000;
/linux-master/drivers/input/touchscreen/
H A Dad7877.c689 if (spi->max_speed_hz > MAX_SPI_FREQ_HZ) {
690 dev_dbg(&spi->dev, "SPI CLK %d Hz?\n",spi->max_speed_hz);
/linux-master/sound/soc/codecs/
H A Dwm0010.c934 if (spi->max_speed_hz)
935 wm0010->board_max_spi_speed = spi->max_speed_hz;
/linux-master/drivers/rtc/
H A Drtc-ds1305.c564 || (spi->max_speed_hz > 2000000)
/linux-master/drivers/net/wireless/intersil/p54/
H A Dp54spi.c603 spi->max_speed_hz = 24000000;
/linux-master/arch/sh/boards/
H A Dboard-sh7757lcr.c323 .max_speed_hz = 25000000,
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dlenovo.c967 .max_speed_hz = 5000000,
/linux-master/drivers/misc/eeprom/
H A Deeprom_93xx46.c122 cmd_addr, edev->spi->max_speed_hz);
/linux-master/drivers/media/pci/mgb4/
H A Dmgb4_core.c175 .max_speed_hz = 10000000,

Completed in 267 milliseconds

12345678