Searched refs:max_hz (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-orion.c | 73 * min_divisor and max_hz should be exclusive, the only we can 77 unsigned long max_hz; member 535 .max_hz = 50000000, 541 .max_hz = 50000000, 555 .max_hz = 50000000, 668 master->max_speed_hz = min(devdata->max_hz, in orion_spi_probe() 674 master->max_speed_hz = devdata->max_hz; in orion_spi_probe()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-orion.c | 72 * min_divisor and max_hz should be exclusive, the only we can 76 unsigned long max_hz; member 588 .max_hz = 50000000, 594 .max_hz = 50000000, 608 .max_hz = 50000000, 721 host->max_speed_hz = min(devdata->max_hz, in orion_spi_probe() 727 host->max_speed_hz = devdata->max_hz; in orion_spi_probe()
|
/kernel/linux/linux-5.10/include/linux/spi/ |
H A D | ifx_modem.h | 8 unsigned long max_hz; /* max SPI frequency */ member
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | ifx6x60.h | 78 long max_hz; /* max SPI frequency */ member
|
H A D | ifx6x60.c | 1022 ifx_dev->max_hz = pl_data->max_hz; in ifx_spi_spi_probe() 1024 spi->max_speed_hz = ifx_dev->max_hz; in ifx_spi_spi_probe()
|
Completed in 6 milliseconds