Searched defs:spi_id_max (Results 1 – 2 of 2) sorted by relevance
53 #define SPI_BLOCKS_VALUE(spi_id_min, spi_id_max) \ argument69 #define SPI_BLOCKS_TILL_MAX(spi_id_max) ((1 << (((spi_id_max) + 1) >> 5)) - 1) argument73 #define BLOCKS_OF_32(spi_id_min, spi_id_max) \ argument
72 unsigned int spi_id_max) in set_gicd_chipr_n()165 unsigned int i, spi_id_min, spi_id_max, blocks_of_32; in gic600_multichip_validate_data() local