Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/spi/
Dspi-orion.c74 unsigned long max_hz; member
442 .max_hz = 50000000,
448 .max_hz = 50000000,
462 .max_hz = 50000000,
563 master->max_speed_hz = min(devdata->max_hz, in orion_spi_probe()
569 master->max_speed_hz = devdata->max_hz; in orion_spi_probe()
/linux-4.4.14/include/linux/spi/
Difx_modem.h12 unsigned long max_hz; /* max SPI frequency */ member
/linux-4.4.14/drivers/tty/serial/
Difx6x60.h92 long max_hz; /* max SPI frequency */ member
Difx6x60.c1034 ifx_dev->max_hz = pl_data->max_hz; in ifx_spi_spi_probe()
1036 spi->max_speed_hz = ifx_dev->max_hz; in ifx_spi_spi_probe()