Searched refs:SPI_BLOCKS_TILL_MAX (Results 1 – 1 of 1) sorted by relevance
71 #define SPI_BLOCKS_TILL_MAX(spi_id_max) ((1 << (((spi_id_max) + 1) >> 5)) - 1) macro76 SPI_BLOCKS_TILL_MAX(spi_id_max) ^ \