Searched refs:N_SPI_MINORS (Results 1 – 1 of 1) sorted by relevance
43 #define N_SPI_MINORS 32 /* ... up to 256 */ macro45 static DECLARE_BITMAP(minors, N_SPI_MINORS);47 static_assert(N_SPI_MINORS > 0 && N_SPI_MINORS <= 256);793 minor = find_first_zero_bit(minors, N_SPI_MINORS); in spidev_probe()794 if (minor < N_SPI_MINORS) { in spidev_probe()