Home
last modified time | relevance | path

Searched defs:typer (Results 1 – 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
Dirq-gic-v3.c872 u64 typer; in gic_iterate_rdists() local
909 u64 typer; in __gic_populate_rdist() local
949 u64 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_update_rdist_properties() local
1738 u32 typer; in gic_init_bases() local
Dirq-gic-v3-its.c109 u64 typer; member
4979 u64 baser, tmp, typer; in its_probe_one() local
/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/
Darm-gic-v3.h86 #define GICD_TYPER_ID_BITS(typer) ((((typer) >> 19) & 0x1f) + 1) argument
87 #define GICD_TYPER_NUM_LPIS(typer) ((((typer) >> 11) & 0x1f) + 1) argument
88 #define GICD_TYPER_SPIS(typer) ((((typer)&0x1f) + 1) * 32) argument
89 #define GICD_TYPER_ESPIS(typer) (((typer)&GICD_TYPER_ESPI) ? GICD_TYPER_SPIS((typer) >> 27) : 0) argument