Home
last modified time | relevance | path

Searched refs:aff (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
H A Dirq-gic-v3.c647 u64 aff; in gic_mpidr_to_affinity() local
649 aff = (((u64)MPIDR_AFFINITY_LEVEL(mpidr, 0x3) << 0x20) | (MPIDR_AFFINITY_LEVEL(mpidr, 0x2) << 0x10) | in gic_mpidr_to_affinity()
652 return aff; in gic_mpidr_to_affinity()
910 u32 aff; in __gic_populate_rdist() local
916 aff = (MPIDR_AFFINITY_LEVEL(mpidr, 0x3) << 0x18 | MPIDR_AFFINITY_LEVEL(mpidr, 0x2) << 0x10 | in __gic_populate_rdist()
920 if ((typer >> 0x20) == aff) { in __gic_populate_rdist()
H A Dirq-gic-v3-its.c2451 u32 aff, clpiaff; in compute_common_aff() local
2453 aff = FIELD_GET(GICR_TYPER_AFFINITY, val); in compute_common_aff()
2456 return aff & ~(GENMASK(0x1f, 0) >> (clpiaff * 0x8)); in compute_common_aff()
2478 u32 aff; in find_sibling_its() local
2484 aff = compute_its_aff(cur_its); in find_sibling_its()
2498 if (aff != compute_its_aff(its)) { in find_sibling_its()
2643 u32 aff; in inherit_vpe_l1_table_from_its() local
2646 aff = compute_common_aff(val); in inherit_vpe_l1_table_from_its()
2660 if (aff != compute_its_aff(its)) { in inherit_vpe_l1_table_from_its()
2700 u32 aff; in inherit_vpe_l1_table_from_rd() local
[all...]

Completed in 17 milliseconds