Searched refs:SPI_N_CHIPSEL (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-gpio.c71 * #define SPI_N_CHIPSEL 4
85 #define SPI_N_CHIPSEL ((pdata)->num_chipselect) macro
426 if (use_of && !SPI_N_CHIPSEL) spi_gpio_probe()
429 num_devices = SPI_N_CHIPSEL; spi_gpio_probe()
466 if (!SPI_N_CHIPSEL) spi_gpio_probe()
469 for (i = 0; i < SPI_N_CHIPSEL; i++) { spi_gpio_probe()

Completed in 45 milliseconds