Home
last modified time | relevance | path

Searched defs:_f (Results 1 – 25 of 49) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Def100_rx.c22 #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
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/
H A Dpltfm_cfg.h53 #define SET_CLR_WORD(_w, _v, _f) \ argument
56 #define SET_WORD(_v, _f) (((_v) & (_f##_MSK)) << (_f##_SH)) argument
57 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) argument
64 #define GET_MSK(_f) ((_f##_MSK) << (_f##_SH)) argument
112 #define SET_CLR_WORD(_w, _v, _f) \ argument
115 #define SET_WORD(_v, _f) (((_v) & (_f##_MSK)) << (_f##_SH)) argument
116 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) argument
123 #define GET_MSK(_f) ((_f##_MSK) << (_f##_SH)) argument
H A Dpltfm_cfg_drv.h56 #define SET_CLR_WORD(_w, _v, _f) \ argument
59 #define SET_WORD(_v, _f) (((_v) & (_f##_MSK)) << (_f##_SH)) argument
60 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) argument
67 #define GET_MSK(_f) ((_f##_MSK) << (_f##_SH)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/
H A Dpltfm_cfg.h53 #define SET_CLR_WORD(_w, _v, _f) \ argument
56 #define SET_WORD(_v, _f) (((_v) & (_f##_MSK)) << (_f##_SH)) argument
57 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) argument
64 #define GET_MSK(_f) ((_f##_MSK) << (_f##_SH)) argument
112 #define SET_CLR_WORD(_w, _v, _f) \ argument
115 #define SET_WORD(_v, _f) (((_v) & (_f##_MSK)) << (_f##_SH)) argument
116 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) argument
123 #define GET_MSK(_f) ((_f##_MSK) << (_f##_SH)) argument
H A Dpltfm_cfg_drv.h56 #define SET_CLR_WORD(_w, _v, _f) \ argument
59 #define SET_WORD(_v, _f) (((_v) & (_f##_MSK)) << (_f##_SH)) argument
60 #define GET_FIELD(_w, _f) (((_w) >> (_f##_SH)) & (_f##_MSK)) argument
67 #define GET_MSK(_f) ((_f##_MSK) << (_f##_SH)) argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dsh_clk.h126 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument
129 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument
132 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument
135 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument
H A Dirq_work.h34 #define DEFINE_IRQ_WORK(name, _f) struct irq_work name = { \ argument
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dperf_event_attr_fprintf.c82 #define PRINT_ATTRn(_n, _f, _p) \ argument
90 #define PRINT_ATTRf(_f, _p) PRINT_ATTRn(#_f, _f, _p) argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfeature.h66 #define BRCMF_FEAT_DEF(_f) \ argument
H A Dfeature.c24 #define BRCMF_FEAT_DEF(_f) \ argument
/OK3568_Linux_fs/kernel/drivers/clk/x86/
H A Dclk-cgu.h206 #define LGM_MUX(_id, _name, _pdata, _f, _reg, \ argument
222 #define LGM_DIV(_id, _name, _pname, _f, _reg, _shift, _width, \ argument
244 #define LGM_GATE(_id, _name, _pname, _f, _reg, \ argument
262 #define LGM_FIXED(_id, _name, _pname, _f, _reg, \ argument
282 #define LGM_FIXED_FACTOR(_id, _name, _pname, _f, _reg, \ argument
/OK3568_Linux_fs/kernel/arch/x86/kvm/
H A Demulate.c4416 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument
4417 #define G(_f, _g) { .flags = ((_f) | Group | ModRM), .u.group = (_g) } argument
4418 #define GD(_f, _g) { .flags = ((_f) | GroupDual | ModRM), .u.gdual = (_g) } argument
4419 #define ID(_f, _i) { .flags = ((_f) | InstrDual | ModRM), .u.idual = (_i) } argument
4420 #define MD(_f, _m) { .flags = ((_f) | ModeDual), .u.mdual = (_m) } argument
4421 #define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) } argument
4422 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument
4423 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) } argument
4424 #define II(_f, _e, _i) \ argument
4426 #define IIP(_f, _e, _i, _p) \ argument
[all …]
/OK3568_Linux_fs/kernel/arch/microblaze/include/uapi/asm/
H A Delf.h107 #define ELF_PLAT_INIT(_r, _f) \ argument
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsysinfo.h22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsysinfo.h22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsysinfo.h22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/scope/
H A Dlocal_variable.hpp169 BOOST_ATTRIBUTE_UNUSED _f_type const _f = {{{}}}; variable
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Drs.h513 #define LQ_FLAG_COLOR_GET(_f) (((_f) & LQ_FLAG_COLOR_MSK) >>\ argument
517 #define LQ_FLAG_COLOR_SET(_f, _c) ((_c) | ((_f) & ~LQ_FLAG_COLOR_MSK)) argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dcontext.hpp269 _f_type const _f = _f_type(); variable
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600.h259 #define INV_ICM42600_GYRO_ACCEL_CONFIG0_ACCEL_FILT(_f) \ argument
261 #define INV_ICM42600_GYRO_ACCEL_CONFIG0_GYRO_FILT(_f) \ argument
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Dhw.h121 #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
125 #define REG_READ_FIELD(_a, _r, _f) \ argument
127 #define REG_SET_BIT(_a, _r, _f) \ argument
129 #define REG_CLR_BIT(_a, _r, _f) \ argument
/OK3568_Linux_fs/kernel/drivers/rtc/
H A Drtc-mt7622.c52 #define MTK_RTC_TREG(_t, _f) (0x40 + (0x4 * (_f)) + ((_t) * 0x20)) argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwcmd.h41 #define SET_FWCMD_ID(_t, _ca, _cl, _f) \ argument
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dfwcmd.h41 #define SET_FWCMD_ID(_t, _ca, _cl, _f) \ argument
/OK3568_Linux_fs/buildroot/dl/sox/git/src/bit-rot/sys/
H A Daudioio.h280 char _f[8]; /* filler */ member

12