Searched refs:GICD_TYPER_SPIS (Results 1 – 4 of 4) sorted by relevance
36 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) macro
89 #define GICD_TYPER_SPIS(typer) ((((typer) & 0x1f) + 1) * 32) macro91 (((typer) & GICD_TYPER_ESPI) ? GICD_TYPER_SPIS((typer) >> 27) : 0)
367 gicv3_data.nr_spis = GICD_TYPER_SPIS( in gicv3_init()
65 #define GIC_LINE_NR min(GICD_TYPER_SPIS(gic_data.rdists.gicd_typer), 1020U)