Searched refs:ftr (Results 1 – 9 of 9) sorted by relevance
269 uint64_t get_safe_value(const struct reg_ftr_bits *ftr_bits, uint64_t ftr) in get_safe_value() argument278 ftr = ftr_bits->safe_val; in get_safe_value()281 if (ftr > ftr_bits->safe_val) in get_safe_value()282 ftr--; in get_safe_value()285 if (ftr < ftr_max) in get_safe_value()286 ftr++; in get_safe_value()289 if (ftr == ftr_max) in get_safe_value()290 ftr = 0; in get_safe_value()291 else if (ftr != 0) in get_safe_value()292 ftr++; in get_safe_value()[all …]
128 unsigned long ftr = read_sysreg_s(SYS_ID_AA64ISAR0_EL1); in __early_cpu_has_rndr() local129 return (ftr >> ID_AA64ISAR0_EL1_RNDR_SHIFT) & 0xf; in __early_cpu_has_rndr()
85 static inline bool have_hwcap(unsigned long ftr) in have_hwcap() argument87 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
328 enum vcpu_ftr ftr) in has_feature() argument331 switch (ftr) { in has_feature()
243 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req ftr2=ALT_NOT(X86_FEATURE_ALWAYS)245 __stringify(__FILL_RETURN_BUFFER(\reg,\nr)), \ftr, \
19 u8 hopcount, int ftr);
1384 u8 hopcount, int ftr) in rio_mport_get_feature() argument1403 if (RIO_GET_BLOCK_ID(ftr_header) == ftr) in rio_mport_get_feature()
359 struct etm4_arch_features *ftr; in etm4_enable_arch_specific() local363 ftr = &etm4_features[bit]; in etm4_enable_arch_specific()365 if (ftr->arch_callback) in etm4_enable_arch_specific()366 ftr->arch_callback(true); in etm4_enable_arch_specific()372 struct etm4_arch_features *ftr; in etm4_disable_arch_specific() local376 ftr = &etm4_features[bit]; in etm4_disable_arch_specific()378 if (ftr->arch_callback) in etm4_disable_arch_specific()379 ftr->arch_callback(false); in etm4_disable_arch_specific()
2013 struct uac2_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local2016 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()2018 struct uac3_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local2021 channels = (ftr->bLength - 7) / 4 - 1; in parse_audio_feature_unit()2022 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()