Searched refs:ftr (Results 1 – 8 of 8) 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()
66 unsigned long ftr = read_sysreg_s(SYS_ID_AA64ISAR0_EL1); in __early_cpu_has_rndr() local67 return (ftr >> ID_AA64ISAR0_RNDR_SHIFT) & 0xf; in __early_cpu_has_rndr()
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()1111 csio_is_new_iqwr(struct csio_q *q, struct csio_iqwr_footer *ftr) in csio_is_new_iqwr() argument1113 return (q->un.iq.genbit == (ftr->u.type_gen >> IQWRF_GEN_SHIFT)); in csio_is_new_iqwr()1136 struct csio_iqwr_footer *ftr; in csio_wr_process_iq() local1144 ftr = (struct csio_iqwr_footer *)((uintptr_t)wr + in csio_wr_process_iq()1145 (q->wr_sz - sizeof(*ftr))); in csio_wr_process_iq()1151 while (csio_is_new_iqwr(q, ftr)) { in csio_wr_process_iq()[all …]
150 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req ftr2=ALT_NOT(X86_FEATURE_ALWAYS)152 __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()
1923 struct uac2_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local1926 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()1928 struct uac3_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local1931 channels = (ftr->bLength - 7) / 4 - 1; in parse_audio_feature_unit()1932 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()