Home
last modified time | relevance | path

Searched refs:ftr (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/tools/testing/selftests/powerpc/include/
Dutils.h44 static inline bool have_hwcap(unsigned long ftr) in have_hwcap() argument
46 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_wr.c767 struct csio_iqwr_footer *ftr; in csio_wr_cleanup_iq_ftr() local
778 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() argument
1113 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() local
1144 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 …]
/Linux-v5.4/arch/x86/include/asm/
Dnospec-branch.h139 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req
144 \ftr
/Linux-v5.4/arch/powerpc/kvm/
De500.h326 enum vcpu_ftr ftr) in has_feature() argument
329 switch (ftr) { in has_feature()
/Linux-v5.4/drivers/rapidio/
Drio.h19 u8 hopcount, int ftr);
Drio.c1384 u8 hopcount, int ftr) in rio_mport_get_feature() argument
1403 if (RIO_GET_BLOCK_ID(ftr_header) == ftr) in rio_mport_get_feature()
/Linux-v5.4/arch/powerpc/kernel/
Dexceptions-64s.S162 #define OPT_GET_SPR(ra, spr, ftr) \ argument
165 END_FTR_SECTION_NESTED(ftr,ftr,943)
170 #define OPT_SET_SPR(ra, spr, ftr) \ argument
173 END_FTR_SECTION_NESTED(ftr,ftr,943)
178 #define OPT_SAVE_REG_TO_PACA(offset, ra, ftr) \ argument
181 END_FTR_SECTION_NESTED(ftr,ftr,943)
/Linux-v5.4/sound/usb/
Dmixer.c1859 struct uac2_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local
1862 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()
1864 struct uac3_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local
1867 channels = (ftr->bLength - 7) / 4 - 1; in parse_audio_feature_unit()
1868 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()