Home
last modified time | relevance | path

Searched refs:max_hz (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/spi/
Dspi-orion.c82 unsigned long max_hz; member
535 .max_hz = 50000000,
541 .max_hz = 50000000,
555 .max_hz = 50000000,
669 master->max_speed_hz = min(devdata->max_hz, in orion_spi_probe()
675 master->max_speed_hz = devdata->max_hz; in orion_spi_probe()
/Linux-v4.19/include/linux/spi/
Difx_modem.h13 unsigned long max_hz; /* max SPI frequency */ member
/Linux-v4.19/drivers/tty/serial/
Difx6x60.h76 long max_hz; /* max SPI frequency */ member
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()