Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/spi/
Difx_modem.h12 unsigned long max_hz; /* max SPI frequency */ member
/linux-4.1.27/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()
/linux-4.1.27/drivers/spi/
Dspi-orion.c69 unsigned long max_hz; member
398 .max_hz = 50000000,
474 master->max_speed_hz = min(devdata->max_hz, in orion_spi_probe()