Searched refs:ftr (Results 1 – 9 of 9) sorted by relevance
60 static inline bool have_hwcap(unsigned long ftr) in have_hwcap() argument62 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
767 struct csio_iqwr_footer *ftr; in csio_wr_cleanup_iq_ftr() local778 ftr = (struct csio_iqwr_footer *)((uintptr_t)wr + in csio_wr_cleanup_iq_ftr()779 (q->wr_sz - sizeof(*ftr))); in csio_wr_cleanup_iq_ftr()781 memset(ftr, 0, sizeof(*ftr)); in csio_wr_cleanup_iq_ftr()1112 csio_is_new_iqwr(struct csio_q *q, struct csio_iqwr_footer *ftr) in csio_is_new_iqwr() argument1114 return (q->un.iq.genbit == (ftr->u.type_gen >> IQWRF_GEN_SHIFT)); in csio_is_new_iqwr()1137 struct csio_iqwr_footer *ftr; in csio_wr_process_iq() local1145 ftr = (struct csio_iqwr_footer *)((uintptr_t)wr + in csio_wr_process_iq()1146 (q->wr_sz - sizeof(*ftr))); in csio_wr_process_iq()1152 while (csio_is_new_iqwr(q, ftr)) { in csio_wr_process_iq()[all …]
120 unsigned long ftr = read_sysreg_s(SYS_ID_AA64ISAR0_EL1); in __early_cpu_has_rndr() local121 return (ftr >> ID_AA64ISAR0_EL1_RNDR_SHIFT) & 0xf; in __early_cpu_has_rndr()
162 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req ftr2=ALT_NOT(X86_FEATURE_ALWAYS)164 __stringify(__FILL_RETURN_BUFFER(\reg,\nr)), \ftr, \
326 enum vcpu_ftr ftr) in has_feature() argument329 switch (ftr) { in has_feature()
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()
327 struct etm4_arch_features *ftr; in etm4_enable_arch_specific() local331 ftr = &etm4_features[bit]; in etm4_enable_arch_specific()333 if (ftr->arch_callback) in etm4_enable_arch_specific()334 ftr->arch_callback(true); in etm4_enable_arch_specific()340 struct etm4_arch_features *ftr; in etm4_disable_arch_specific() local344 ftr = &etm4_features[bit]; in etm4_disable_arch_specific()346 if (ftr->arch_callback) in etm4_disable_arch_specific()347 ftr->arch_callback(false); in etm4_disable_arch_specific()
2000 struct uac2_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local2003 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()2005 struct uac3_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local2008 channels = (ftr->bLength - 7) / 4 - 1; in parse_audio_feature_unit()2009 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()