Home
last modified time | relevance | path

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

/linux/drivers/input/touchscreen/
H A Dad7879-spi.c19 #define MAX_SPI_FREQ_HZ 5000000 macro
37 if (spi->max_speed_hz > MAX_SPI_FREQ_HZ) { in ad7879_spi_probe()
H A Dad7877.c38 #define MAX_SPI_FREQ_HZ 20000000 macro
689 if (spi->max_speed_hz > MAX_SPI_FREQ_HZ) { in ad7877_probe()
/linux/drivers/input/misc/
H A Dadxl34x-spi.c17 #define MAX_SPI_FREQ_HZ 5000000 macro
73 if (spi->max_speed_hz > MAX_SPI_FREQ_HZ) { in adxl34x_spi_probe()
/linux/drivers/iio/adc/
H A Dad7606_spi.c16 #define MAX_SPI_FREQ_HZ 23500000 /* VDRIVE above 4.75 V */ macro