Searched refs:GICD_TYPER_NUM_LPIS (Results 1 – 3 of 3) sorted by relevance
88 #define GICD_TYPER_NUM_LPIS(typer) ((((typer) >> 11) & 0x1f) + 1) macro
2200 numlpis = 1UL << GICD_TYPER_NUM_LPIS(gic_rdists->gicd_typer); in its_lpi_init()