Searched defs:typer (Results 1 – 3 of 3) sorted by relevance
872 u64 typer; in gic_iterate_rdists() local909 u64 typer; in __gic_populate_rdist() local949 u64 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_update_rdist_properties() local1738 u32 typer; in gic_init_bases() local
109 u64 typer; member4979 u64 baser, tmp, typer; in its_probe_one() local
86 #define GICD_TYPER_ID_BITS(typer) ((((typer) >> 19) & 0x1f) + 1) argument87 #define GICD_TYPER_NUM_LPIS(typer) ((((typer) >> 11) & 0x1f) + 1) argument88 #define GICD_TYPER_SPIS(typer) ((((typer)&0x1f) + 1) * 32) argument89 #define GICD_TYPER_ESPIS(typer) (((typer)&GICD_TYPER_ESPI) ? GICD_TYPER_SPIS((typer) >> 27) : 0) argument