Home
last modified time | relevance | path

Searched refs:max_hz (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-orion.c73 * 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 Dspi-orion.c72 * 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 Difx_modem.h8 unsigned long max_hz; /* max SPI frequency */ member
/kernel/linux/linux-5.10/drivers/tty/serial/
H A Difx6x60.h78 long max_hz; /* max SPI frequency */ member
H A Difx6x60.c1022 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