/linux-6.3-rc2/include/math-emu/ |
A D | op-4.h | 30 (D##_f[0] = S##_f[0], D##_f[1] = S##_f[1], \ 31 D##_f[2] = S##_f[2], D##_f[3] = S##_f[3]) 113 X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 114 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 118 X##_f[3], X##_f[2], X##_f[1], X##_f[0], \ 119 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 123 Y##_f[3], Y##_f[2], Y##_f[1], Y##_f[0]) 138 (X##_f[0] == Y##_f[0] && X##_f[1] == Y##_f[1] \ 139 && X##_f[2] == Y##_f[2] && X##_f[3] == Y##_f[3]) 143 (X##_f[3] == Y##_f[3] && (X##_f[2] > Y##_f[2] || \ [all …]
|
A D | op-1.h | 39 X##_f += X##_f; \ 52 #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) 53 #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) 129 R##_f = X##_f * Y##_f; \ 192 X##_f <<= (X##_f < Y##_f \ 212 if (X##_f < Y##_f) \ 231 if (X##_f < Y##_f) \ 257 T##_f = S##_f + q; \ 258 if (T##_f <= X##_f) \ 269 if (S##_f < X##_f) \ [all …]
|
A D | op-8.h | 42 X##_f[_i] = X##_f[_i-_skip]; \ 46 X##_f[_i] = X##_f[_i-_skip] << _up \ 48 X##_f[_i--] = X##_f[0] << _up; \ 51 X##_f[_i] = 0; \ 62 X##_f[_i] = X##_f[_i+_skip]; \ 66 X##_f[_i] = X##_f[_i+_skip] >> _down \ 68 X##_f[_i++] = X##_f[7] >> _down; \ 71 X##_f[_i] = 0; \ 93 X##_f[_i] = X##_f[_i+_skip]; \ 97 X##_f[_i] = X##_f[_i+_skip] >> _down \ [all …]
|
A D | op-2.h | 33 #define _FP_FRAC_WORD_2(X,w) (X##_f##w) 595 D##_f = S##_f0; \ 600 D##_f0 = S##_f; \
|
/linux-6.3-rc2/drivers/net/ethernet/sfc/ |
A D | ef100_rx.c | 22 #define PREFIX_OFFSET_W(_f) (ESF_GZ_RX_PREFIX_ ## _f ## _LBN / 32) argument 23 #define PREFIX_OFFSET_B(_f) (ESF_GZ_RX_PREFIX_ ## _f ## _LBN % 32) argument 24 #define PREFIX_WIDTH_MASK(_f) ((1ULL << ESF_GZ_RX_PREFIX_ ## _f ## _WIDTH) - 1) argument 25 #define PREFIX_WORD(_p, _f) le32_to_cpu((__force __le32)(_p)[PREFIX_OFFSET_W(_f)]) argument 26 #define PREFIX_FIELD(_p, _f) ((PREFIX_WORD(_p, _f) >> PREFIX_OFFSET_B(_f)) & \ argument 27 PREFIX_WIDTH_MASK(_f))
|
/linux-6.3-rc2/drivers/clk/x86/ |
A D | clk-cgu.h | 203 #define LGM_MUX(_id, _name, _pdata, _f, _reg, \ argument 211 .flags = _f, \ 219 #define LGM_DIV(_id, _name, _pname, _f, _reg, _shift, _width, \ argument 230 .flags = _f, \ 241 #define LGM_GATE(_id, _name, _pname, _f, _reg, \ argument 252 .flags = _f, \ 259 #define LGM_FIXED(_id, _name, _pname, _f, _reg, \ argument 270 .flags = _f, \ 279 #define LGM_FIXED_FACTOR(_id, _name, _pname, _f, _reg, \ argument 290 .flags = _f, \
|
/linux-6.3-rc2/include/linux/ |
A D | sh_clk.h | 126 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument 127 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_32BIT) 129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument 130 SH_CLK_MSTP(_p, _r, _b, _s, _f | CLK_ENABLE_REG_32BIT) 132 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument 133 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_16BIT) 135 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument 136 SH_CLK_MSTP(_p, _r, _b, 0, _f | CLK_ENABLE_REG_8BIT)
|
A D | irq_work.h | 33 #define DEFINE_IRQ_WORK(name, _f) \ argument 34 struct irq_work name = IRQ_WORK_INIT(_f)
|
/linux-6.3-rc2/tools/perf/util/ |
A D | perf_event_attr_fprintf.c | 83 #define PRINT_ATTRn(_n, _f, _p) \ argument 85 if (attr->_f) { \ 86 _p(attr->_f); \ 91 #define PRINT_ATTRf(_f, _p) PRINT_ATTRn(#_f, _f, _p) argument
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | hw.h | 121 #define SM(_v, _f) (((_v) << _f##_S) & _f) argument 122 #define MS(_v, _f) (((_v) & _f) >> _f##_S) argument 123 #define REG_RMW_FIELD(_a, _r, _f, _v) \ argument 124 REG_RMW(_a, _r, (((_v) << _f##_S) & _f), (_f)) 125 #define REG_READ_FIELD(_a, _r, _f) \ argument 126 (((REG_READ(_a, _r) & _f) >> _f##_S)) 127 #define REG_SET_BIT(_a, _r, _f) \ argument 128 REG_RMW(_a, _r, (_f), 0) 129 #define REG_CLR_BIT(_a, _r, _f) \ argument 130 REG_RMW(_a, _r, 0, (_f))
|
/linux-6.3-rc2/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | feature.h | 68 #define BRCMF_FEAT_DEF(_f) \ argument 69 BRCMF_FEAT_ ## _f,
|
A D | feature.c | 24 #define BRCMF_FEAT_DEF(_f) \ argument 25 #_f,
|
/linux-6.3-rc2/drivers/iio/imu/inv_icm42600/ |
A D | inv_icm42600.h | 260 #define INV_ICM42600_GYRO_ACCEL_CONFIG0_ACCEL_FILT(_f) \ argument 261 FIELD_PREP(GENMASK(7, 4), (_f)) 262 #define INV_ICM42600_GYRO_ACCEL_CONFIG0_GYRO_FILT(_f) \ argument 263 FIELD_PREP(GENMASK(3, 0), (_f))
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/api/ |
A D | rs.h | 648 #define LQ_FLAG_COLOR_GET(_f) (((_f) & LQ_FLAG_COLOR_MSK) >>\ argument 652 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
|
A D | tx.h | 491 #define TX_RES_RATE_TABLE_COL_GET(_f) (((_f) & TX_RES_RATE_TABLE_COLOR_MSK) >>\ argument
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/ |
A D | core.h | 31 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) argument 32 #define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK) argument 33 #define WO(_f) ((_f##_OFFSET) >> 2) argument
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | kvm_host.h | 557 #define __vcpu_single_flag(_set, _f) _set, (_f), (_f) argument 559 #define __unpack_flag(_set, _f, _m) _f argument 625 #define __vcpu_except_flags(_f) iflags, (_f << __EXCEPT_SHIFT), __EXCEPT_MASK_VAL argument
|
/linux-6.3-rc2/arch/x86/kvm/ |
A D | emulate.c | 3985 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument 3989 #define MD(_f, _m) { .flags = ((_f) | ModeDual), .u.mdual = (_m) } argument 3991 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument 3992 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) } argument 3998 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } argument 4000 #define D2bv(_f) D((_f) | ByteOp), D(_f) argument 4001 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) argument 4002 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) argument 4003 #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e) argument 4005 IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p) [all …]
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | sysinfo.h | 22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
|
/linux-6.3-rc2/arch/microblaze/include/uapi/asm/ |
A D | elf.h | 107 #define ELF_PLAT_INIT(_r, _f) \ argument
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/mvm/ |
A D | rs.h | 388 #define RS_DRV_DATA_LQ_COLOR_GET(_f) (((_f) & RS_DRV_DATA_LQ_COLOR_MSK) >>\ argument
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/ |
A D | core.h | 26 #define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK) argument
|
/linux-6.3-rc2/drivers/rtc/ |
A D | rtc-mt7622.c | 52 #define MTK_RTC_TREG(_t, _f) (0x40 + (0x4 * (_f)) + ((_t) * 0x20)) argument
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | core.h | 33 #define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK) argument
|
/linux-6.3-rc2/drivers/iio/proximity/ |
A D | sx9360.c | 50 #define SX9360_REG_GNRL_FREQ_2_REG(_f) (((_f) * 8192) / SX9360_FOSC_HZ) argument
|