Searched refs:ftr_reg (Results 1 – 2 of 2) sorted by relevance
964 const struct arm64_ftr_reg *ftr_reg = arm64_ftr_regs[i].reg; in sort_ftr_regs() local965 const struct arm64_ftr_bits *ftr_bits = ftr_reg->ftr_bits; in sort_ftr_regs()973 unsigned int width = ftr_reg->ftr_bits[j].width; in sort_ftr_regs()974 unsigned int shift = ftr_reg->ftr_bits[j].shift; in sort_ftr_regs()979 ftr_reg->name, shift); in sort_ftr_regs()988 prev_shift = ftr_reg->ftr_bits[j - 1].shift; in sort_ftr_regs()991 ftr_reg->name, shift); in sort_ftr_regs()
1782 const struct arm64_ftr_reg *ftr_reg; in arm64_check_features() local1797 ftr_reg = get_arm64_ftr_reg(id); in arm64_check_features()1798 if (!ftr_reg) in arm64_check_features()1801 ftrp = ftr_reg->ftr_bits; in arm64_check_features()