Searched refs:blk_present_mask (Results 1 – 2 of 2) sorted by relevance
| /external/arm-trusted-firmware/drivers/arm/gic/v3/ |
| D | gic600ae_fmu.c | 124 void gic600_fmu_init(uint64_t base, uint64_t blk_present_mask, in gic600_fmu_init() argument 136 blk_present_mask &= FMU_BLK_PRESENT_MASK; in gic600_fmu_init() 142 if ((blk_present_mask & BIT(i)) == 0U) { in gic600_fmu_init() 169 if ((blk_present_mask & BIT(FMU_BLK_GICD)) != 0U) { in gic600_fmu_init() 180 if ((blk_present_mask & BIT(i)) != 0U) { in gic600_fmu_init() 192 if ((blk_present_mask & BIT(i)) != 0U) { in gic600_fmu_init() 210 void gic600_fmu_enable_ping(uint64_t base, uint64_t blk_present_mask, in gic600_fmu_enable_ping() argument 217 gic_fmu_write_pingmask(base, ~blk_present_mask); in gic600_fmu_enable_ping()
|
| /external/arm-trusted-firmware/include/drivers/arm/ |
| D | gic600ae_fmu.h | 141 void gic600_fmu_init(uint64_t base, uint64_t blk_present_mask, bool errctlr_ce_en, bool errctlr_ue_… 142 void gic600_fmu_enable_ping(uint64_t base, uint64_t blk_present_mask,
|