Lines Matching defs:spi_id_max
33 if ((spi_id <= plat_gic_multichip_data->spi_ids[i].spi_id_max) &&
96 unsigned int spi_id_max)
115 * spi_id_min and spi_id_max of value 0 is used to intidicate that the
119 if (spi_id_min == 0 && spi_id_max == 0) {
121 spi_id_max = GIC600_SPI_ID_MIN;
127 spi_blocks = SPI_BLOCKS_VALUE(spi_id_min, spi_id_max);
144 spi_blocks = SPI_BLOCKS_VALUE(spi_id_min, spi_id_max);
201 unsigned int i, spi_id_min, spi_id_max, blocks_of_32;
214 spi_id_max = multichip_data->spi_ids[i].spi_id_max;
216 if ((spi_id_min != 0U) || (spi_id_max != 0U)) {
220 !(spi_id_max <= GIC600_SPI_ID_MAX) ||
221 !(spi_id_min <= spi_id_max) ||
222 !((spi_id_max - spi_id_min + 1) % 32 == 0)) {
225 spi_id_max, i);
230 blocks_of_32 = BLOCKS_OF_32(spi_id_min, spi_id_max);
246 unsigned int i, spi_id_min, spi_id_max, blocks_of_32;
259 spi_id_max = multichip_data->spi_ids[i].spi_id_max;
261 if ((spi_id_min == 0U) || (spi_id_max == 0U)) {
274 if ((spi_id_min > spi_id_max) ||
275 ((spi_id_max - spi_id_min + 1) % 32 != 0)) {
278 spi_id_max, i);
284 (spi_id_max > GIC700_ESPI_ID_MAX)) {
287 spi_id_max, i);
294 (spi_id_max > GIC700_SPI_ID_MAX))) {
297 spi_id_max, i);
302 if (spi_id_max < GIC700_SPI_ID_MAX) {
303 blocks_of_32 = BLOCKS_OF_32(spi_id_min, spi_id_max);
312 if (spi_id_max > GIC700_ESPI_ID_MIN) {
314 spi_id_max - GIC700_ESPI_ID_MIN);
370 spi_ids[multichip_data->rt_owner].spi_id_max);
379 multichip_data->spi_ids[i].spi_id_max);