/linux/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/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) ((1UL << 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/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/drivers/clk/x86/ |
A D | clk-cgu.h | 206 #define LGM_MUX(_id, _name, _pdata, _f, _reg, \ argument 214 .flags = _f, \ 222 #define LGM_DIV(_id, _name, _pname, _f, _reg, _shift, _width, \ argument 233 .flags = _f, \ 244 #define LGM_GATE(_id, _name, _pname, _f, _reg, \ argument 255 .flags = _f, \ 262 #define LGM_FIXED(_id, _name, _pname, _f, _reg, \ argument 273 .flags = _f, \ 282 #define LGM_FIXED_FACTOR(_id, _name, _pname, _f, _reg, \ argument 293 .flags = _f, \
|
/linux/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/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/drivers/iio/imu/inv_icm42600/ |
A D | inv_icm42600.h | 258 #define INV_ICM42600_GYRO_ACCEL_CONFIG0_ACCEL_FILT(_f) \ argument 259 FIELD_PREP(GENMASK(7, 4), (_f)) 260 #define INV_ICM42600_GYRO_ACCEL_CONFIG0_GYRO_FILT(_f) \ argument 261 FIELD_PREP(GENMASK(3, 0), (_f))
|
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/ |
A D | rs.h | 608 #define LQ_FLAG_COLOR_GET(_f) (((_f) & LQ_FLAG_COLOR_MSK) >>\ argument 612 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
|
A D | tx.h | 481 #define TX_RES_RATE_TABLE_COL_GET(_f) (((_f) & TX_RES_RATE_TABLE_COLOR_MSK) >>\ argument
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
A D | feature.h | 66 #define BRCMF_FEAT_DEF(_f) \ argument 67 BRCMF_FEAT_ ## _f,
|
A D | feature.c | 24 #define BRCMF_FEAT_DEF(_f) \ argument 25 #_f,
|
A D | chip.c | 202 #define SOCRAMREGOFFS(_f) offsetof(struct sbsocramregs, _f) argument 203 #define SYSMEMREGOFFS(_f) offsetof(struct sbsocramregs, _f) argument
|
/linux/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/arch/x86/kvm/ |
A D | emulate.c | 4260 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument 4264 #define MD(_f, _m) { .flags = ((_f) | ModeDual), .u.mdual = (_m) } argument 4266 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument 4267 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) } argument 4273 #define GP(_f, _g) { .flags = ((_f) | Prefix), .u.gprefix = (_g) } argument 4275 #define D2bv(_f) D((_f) | ByteOp), D(_f) argument 4276 #define D2bvIP(_f, _i, _p) DIP((_f) | ByteOp, _i, _p), DIP(_f, _i, _p) argument 4277 #define I2bv(_f, _e) I((_f) | ByteOp, _e), I(_f, _e) argument 4278 #define F2bv(_f, _e) F((_f) | ByteOp, _e), F(_f, _e) argument 4280 IIP((_f) | ByteOp, _e, _i, _p), IIP(_f, _e, _i, _p) [all …]
|
/linux/include/uapi/linux/ |
A D | sysinfo.h | 22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
|
/linux/arch/microblaze/include/uapi/asm/ |
A D | elf.h | 107 #define ELF_PLAT_INIT(_r, _f) \ argument
|
/linux/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/drivers/rtc/ |
A D | rtc-mt7622.c | 52 #define MTK_RTC_TREG(_t, _f) (0x40 + (0x4 * (_f)) + ((_t) * 0x20)) argument
|
/linux/drivers/net/wireless/ath/ath11k/ |
A D | core.h | 27 #define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK) argument
|
/linux/drivers/pci/pcie/ |
A D | aspm.c | 1245 #define ASPM_ATTR(_f, _s) \ argument 1246 static ssize_t _f##_show(struct device *dev, \ 1250 static ssize_t _f##_store(struct device *dev, \
|
/linux/drivers/comedi/drivers/ |
A D | ni_stc.h | 761 #define NI_M_PFI_FILTER_SEL(_c, _f) (((_f) & 0x3) << ((_c) * 2)) argument
|