Home
last modified time | relevance | path

Searched refs:bit_shift (Results 1 – 4 of 4) sorted by relevance

/arm-trusted-firmware-2.8.0/drivers/arm/gic/v3/
A Dgicrv3_helpers.c133 unsigned int bit_shift = BIT_NUM(ICFG, id) << 1U; in gicr_set_icfgr() local
137 (uint32_t)GIC_CFG_MASK << bit_shift, in gicr_set_icfgr()
138 (cfg & GIC_CFG_MASK) << bit_shift); in gicr_set_icfgr()
A Dgicdv3_helpers.c25 unsigned int bit_shift = BIT_NUM(ICFG, id) << 1U; in gicd_set_icfgr() local
29 (uint32_t)GIC_CFG_MASK << bit_shift, in gicd_set_icfgr()
30 (cfg & GIC_CFG_MASK) << bit_shift); in gicd_set_icfgr()
/arm-trusted-firmware-2.8.0/drivers/arm/gic/common/
A Dgic_common.c333 unsigned int bit_shift = bit_num << 1; in gicd_set_icfgr() local
338 reg_val &= ~(GIC_CFG_MASK << bit_shift); in gicd_set_icfgr()
339 reg_val |= ((cfg & GIC_CFG_MASK) << bit_shift); in gicd_set_icfgr()
/arm-trusted-firmware-2.8.0/drivers/arm/gic/v2/
A Dgicdv2_helpers.c331 unsigned int bit_shift = bit_num << 1; in gicd_set_icfgr() local
336 reg_val &= ~(GIC_CFG_MASK << bit_shift); in gicd_set_icfgr()
337 reg_val |= ((cfg & GIC_CFG_MASK) << bit_shift); in gicd_set_icfgr()

Completed in 5 milliseconds