Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-orion.c78 unsigned long max_hz; member
511 .max_hz = 50000000,
517 .max_hz = 50000000,
531 .max_hz = 50000000,
633 master->max_speed_hz = min(devdata->max_hz, in orion_spi_probe()
639 master->max_speed_hz = devdata->max_hz; in orion_spi_probe()
/drivers/tty/serial/
Difx6x60.h92 long max_hz; /* max SPI frequency */ member
Difx6x60.c1037 ifx_dev->max_hz = pl_data->max_hz; in ifx_spi_spi_probe()
1039 spi->max_speed_hz = ifx_dev->max_hz; in ifx_spi_spi_probe()