Searched refs:ftr_reg (Results 1 – 2 of 2) sorted by relevance
959 const struct arm64_ftr_reg *ftr_reg = arm64_ftr_regs[i].reg; in sort_ftr_regs() local960 const struct arm64_ftr_bits *ftr_bits = ftr_reg->ftr_bits; in sort_ftr_regs()968 unsigned int width = ftr_reg->ftr_bits[j].width; in sort_ftr_regs()969 unsigned int shift = ftr_reg->ftr_bits[j].shift; in sort_ftr_regs()974 ftr_reg->name, shift); in sort_ftr_regs()983 prev_shift = ftr_reg->ftr_bits[j - 1].shift; in sort_ftr_regs()986 ftr_reg->name, shift); in sort_ftr_regs()
1697 const struct arm64_ftr_reg *ftr_reg; in arm64_check_features() local1712 ftr_reg = get_arm64_ftr_reg(id); in arm64_check_features()1713 if (!ftr_reg) in arm64_check_features()1716 ftrp = ftr_reg->ftr_bits; in arm64_check_features()