Searched refs:ftr_reg (Results 1 – 2 of 2) sorted by relevance
844 const struct arm64_ftr_reg *ftr_reg = arm64_ftr_regs[i].reg; in sort_ftr_regs() local845 const struct arm64_ftr_bits *ftr_bits = ftr_reg->ftr_bits; in sort_ftr_regs()853 unsigned int width = ftr_reg->ftr_bits[j].width; in sort_ftr_regs()854 unsigned int shift = ftr_reg->ftr_bits[j].shift; in sort_ftr_regs()859 ftr_reg->name, shift); in sort_ftr_regs()868 prev_shift = ftr_reg->ftr_bits[j - 1].shift; in sort_ftr_regs()871 ftr_reg->name, shift); in sort_ftr_regs()
1253 const struct arm64_ftr_reg *ftr_reg; in arm64_check_features() local1268 ftr_reg = get_arm64_ftr_reg(id); in arm64_check_features()1269 if (!ftr_reg) in arm64_check_features()1272 ftrp = ftr_reg->ftr_bits; in arm64_check_features()