Searched refs:ftr (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/arm64/include/asm/ |
H A D | archrandom.h | 128 unsigned long ftr = read_sysreg_s(SYS_ID_AA64ISAR0_EL1); in __early_cpu_has_rndr() local 129 return (ftr >> ID_AA64ISAR0_EL1_RNDR_SHIFT) & 0xf; in __early_cpu_has_rndr()
|
/openbmc/linux/drivers/scsi/csiostor/ |
H A D | csio_wr.c | 767 struct csio_iqwr_footer *ftr; in csio_wr_cleanup_iq_ftr() local 779 (q->wr_sz - sizeof(*ftr))); in csio_wr_cleanup_iq_ftr() 781 memset(ftr, 0, sizeof(*ftr)); in csio_wr_cleanup_iq_ftr() 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() 1156 wr_type = IQWRF_TYPE_GET(ftr->u.type_gen); in csio_wr_process_iq() 1165 ntohl(ftr->pldbuflen_qid), in csio_wr_process_iq() 1169 fw_qid = ntohl(ftr->pldbuflen_qid); in csio_wr_process_iq() [all …]
|
/openbmc/linux/tools/testing/selftests/powerpc/include/ |
H A D | utils.h | 85 static inline bool have_hwcap(unsigned long ftr) in have_hwcap() argument 87 return ((unsigned long)get_auxv_entry(AT_HWCAP) & ftr) == ftr; in have_hwcap()
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | e500.h | 326 enum vcpu_ftr ftr) in has_feature() argument 329 switch (ftr) { in has_feature()
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | nospec-branch.h | 266 .macro FILL_RETURN_BUFFER reg:req nr:req ftr:req ftr2=ALT_NOT(X86_FEATURE_ALWAYS) 268 __stringify(__FILL_RETURN_BUFFER(\reg,\nr)), \ftr, \
|
/openbmc/linux/drivers/rapidio/ |
H A D | rio.h | 19 u8 hopcount, int ftr);
|
H A D | rio.c | 1384 u8 hopcount, int ftr) in rio_mport_get_feature() argument 1403 if (RIO_GET_BLOCK_ID(ftr_header) == ftr) in rio_mport_get_feature()
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-etm4x-core.c | 349 struct etm4_arch_features *ftr; in etm4_enable_arch_specific() local 353 ftr = &etm4_features[bit]; in etm4_enable_arch_specific() 355 if (ftr->arch_callback) in etm4_enable_arch_specific() 356 ftr->arch_callback(true); in etm4_enable_arch_specific() 362 struct etm4_arch_features *ftr; in etm4_disable_arch_specific() local 366 ftr = &etm4_features[bit]; in etm4_disable_arch_specific() 368 if (ftr->arch_callback) in etm4_disable_arch_specific() 369 ftr->arch_callback(false); in etm4_disable_arch_specific()
|
/openbmc/linux/sound/usb/ |
H A D | mixer.c | 2028 struct uac2_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local 2031 bmaControls = ftr->bmaControls; in parse_audio_feature_unit() 2033 struct uac3_feature_unit_descriptor *ftr = _ftr; in parse_audio_feature_unit() local 2036 channels = (ftr->bLength - 7) / 4 - 1; in parse_audio_feature_unit() 2037 bmaControls = ftr->bmaControls; in parse_audio_feature_unit()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 34681 +// printf("(%#x, %#x): %dx%d ca=%02x, ful=%02x, ftr=%02x, fdl=%02x, eox=%#x, eoy=%#x\n", x, y, …
|