Searched defs:spi_id_max (Results 1 – 2 of 2) sorted by relevance
59 #define SPI_BLOCKS_VALUE(spi_id_min, spi_id_max) \ argument71 #define SPI_BLOCKS_TILL_MAX(spi_id_max) ((1 << (((spi_id_max) + 1) >> 5)) - 1) argument75 #define BLOCKS_OF_32(spi_id_min, spi_id_max) \ argument
73 unsigned int spi_id_max) in set_gicd_chipr_n()149 unsigned int i, spi_id_min, spi_id_max, blocks_of_32; in gic600_multichip_validate_data() local