Searched refs:bit_shift (Results 1 – 4 of 4) sorted by relevance
133 unsigned int bit_shift = BIT_NUM(ICFG, id) << 1U; in gicr_set_icfgr() local137 (uint32_t)GIC_CFG_MASK << bit_shift, in gicr_set_icfgr()138 (cfg & GIC_CFG_MASK) << bit_shift); in gicr_set_icfgr()
25 unsigned int bit_shift = BIT_NUM(ICFG, id) << 1U; in gicd_set_icfgr() local29 (uint32_t)GIC_CFG_MASK << bit_shift, in gicd_set_icfgr()30 (cfg & GIC_CFG_MASK) << bit_shift); in gicd_set_icfgr()
333 unsigned int bit_shift = bit_num << 1; in gicd_set_icfgr() local338 reg_val &= ~(GIC_CFG_MASK << bit_shift); in gicd_set_icfgr()339 reg_val |= ((cfg & GIC_CFG_MASK) << bit_shift); in gicd_set_icfgr()
331 unsigned int bit_shift = bit_num << 1; in gicd_set_icfgr() local336 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