Searched refs:target_shift (Results 1 – 1 of 1) sorted by relevance
677 uint32_t target_shift = 0; in gic_it_set_cpu_mask() 688 target_shift = (it % NUM_TARGETS_PER_REG) * ITARGETSR_FIELD_BITS; in gic_it_set_prio() 689 target &= ~(ITARGETSR_FIELD_MASK << target_shift); in gic_it_set_prio() 690 target |= cpu_mask << target_shift; in gic_it_set_prio() 891 uint32_t target_shift = (it % NUM_TARGETS_PER_REG) *893 uint32_t target_mask = ITARGETSR_FIELD_MASK << target_shift; in gic_dump_state() 897 return (target & target_mask) >> target_shift; in gic_dump_state() 669 uint32_t target_shift = 0; gic_it_set_cpu_mask() local 883 uint32_t target_shift = (it % NUM_TARGETS_PER_REG) * gic_it_get_target() local