Searched refs:target_shift (Results 1 – 1 of 1) sorted by relevance
669 uint32_t target_shift = 0; in gic_it_set_cpu_mask() local680 target_shift = (it % NUM_TARGETS_PER_REG) * ITARGETSR_FIELD_BITS; in gic_it_set_cpu_mask()681 target &= ~(ITARGETSR_FIELD_MASK << target_shift); in gic_it_set_cpu_mask()682 target |= cpu_mask << target_shift; in gic_it_set_cpu_mask()883 uint32_t target_shift = (it % NUM_TARGETS_PER_REG) * in gic_it_get_target() local885 uint32_t target_mask = ITARGETSR_FIELD_MASK << target_shift; in gic_it_get_target()889 return (target & target_mask) >> target_shift; in gic_it_get_target()