Home
last modified time | relevance | path

Searched refs:typer (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/irqchip/
H A Darm-gic-v3.h86 #define GICD_TYPER_ID_BITS(typer) ((((typer) >> 19) & 0x1f) + 1)
87 #define GICD_TYPER_NUM_LPIS(typer) ((((typer) >> 11) & 0x1f) + 1)
88 #define GICD_TYPER_SPIS(typer) ((((typer)&0x1f) + 1) * 32)
89 #define GICD_TYPER_ESPIS(typer) (((typer)&GICD_TYPER_ESPI) ? GICD_TYPER_SPIS((typer) >> 27) : 0)
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3.c872 u64 typer; in gic_iterate_rdists() local
882 typer = gic_read_typer(ptr + GICR_TYPER); in gic_iterate_rdists()
896 if (typer & GICR_TYPER_VLPIS) { in gic_iterate_rdists()
900 } while (!(typer & GICR_TYPER_LAST)); in gic_iterate_rdists()
909 u64 typer; in __gic_populate_rdist() local
919 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_populate_rdist()
920 if ((typer >> 0x20) == aff) { in __gic_populate_rdist()
949 u64 typer = gic_read_typer(ptr + GICR_TYPER); in __gic_update_rdist_properties() local
952 if ((typer & GICR_TYPER_VLPIS) && (typer in __gic_update_rdist_properties()
1738 u32 typer; gic_init_bases() local
[all...]
H A Dirq-gic-v3-its.c109 u64 typer; member
122 #define is_v4(its) (!!((its)->typer & GITS_TYPER_VLPIS))
123 #define is_v4_1(its) (!!((its)->typer & GITS_TYPER_VMAPP))
124 #define device_ids(its) (FIELD_GET(GITS_TYPER_DEVBITS, (its)->typer) + 1)
2469 svpet = FIELD_GET(GITS_TYPER_SVPET, its->typer); in compute_its_aff()
2480 if (!FIELD_GET(GITS_TYPER_SVPET, cur_its->typer)) { in find_sibling_its()
2494 if (!FIELD_GET(GITS_TYPER_SVPET, its->typer)) { in find_sibling_its()
2656 if (!FIELD_GET(GITS_TYPER_SVPET, its->typer)) { in inherit_vpe_l1_table_from_its()
3414 sz = nr_ites * (FIELD_GET(GITS_TYPER_ITT_ENTRY_SIZE, its->typer) + 1); in its_create_device()
4638 its->typer in its_enable_quirk_cavium_22375()
4979 u64 baser, tmp, typer; its_probe_one() local
[all...]

Completed in 12 milliseconds