Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/spi/
Dspi-orion.c79 unsigned long max_hz; member
536 .max_hz = 50000000,
542 .max_hz = 50000000,
556 .max_hz = 50000000,
670 master->max_speed_hz = min(devdata->max_hz, in orion_spi_probe()
676 master->max_speed_hz = devdata->max_hz; in orion_spi_probe()
/Linux-v5.4/include/linux/spi/
Difx_modem.h13 unsigned long max_hz; /* max SPI frequency */ member
/Linux-v5.4/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()