/linux-4.4.14/drivers/clk/meson/ |
D | clkc.h | 115 #define FIXED_RATE_P(_ro, _ci, _cn, _f, _c) \ argument 125 #define FIXED_RATE(_ci, _cn, _f, _r) \ argument 134 #define PLL(_ro, _ci, _cn, _cp, _f, _c) \ argument 146 #define FIXED_FACTOR_DIV(_ci, _cn, _cp, _f, _d) \ argument 167 #define COMPOSITE(_ro, _ci, _cn, _cp, _f, _c) \ argument
|
/linux-4.4.14/include/linux/ |
D | sh_clk.h | 129 #define SH_CLK_MSTP32(_p, _r, _b, _f) \ argument 132 #define SH_CLK_MSTP32_STS(_p, _r, _b, _s, _f) \ argument 135 #define SH_CLK_MSTP16(_p, _r, _b, _f) \ argument 138 #define SH_CLK_MSTP8(_p, _r, _b, _f) \ argument
|
D | irq_work.h | 33 #define DEFINE_IRQ_WORK(name, _f) struct irq_work name = { .func = (_f), } argument
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmfmac/ |
D | feature.h | 44 #define BRCMF_FEAT_DEF(_f) \ argument
|
D | feature.c | 36 #define BRCMF_FEAT_DEF(_f) \ argument
|
D | chip.c | 210 #define SOCRAMREGOFFS(_f) offsetof(struct sbsocramregs, _f) argument 211 #define SYSMEMREGOFFS(_f) offsetof(struct sbsocramregs, _f) argument
|
/linux-4.4.14/arch/microblaze/include/uapi/asm/ |
D | elf.h | 106 #define ELF_PLAT_INIT(_r, _f) \ argument
|
/linux-4.4.14/include/uapi/linux/ |
D | sysinfo.h | 21 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
|
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 4042 #define EXT(_f, _e) { .flags = ((_f) | RMExt), .u.group = (_e) } argument 4043 #define G(_f, _g) { .flags = ((_f) | Group | ModRM), .u.group = (_g) } argument 4044 #define GD(_f, _g) { .flags = ((_f) | GroupDual | ModRM), .u.gdual = (_g) } argument 4045 #define ID(_f, _i) { .flags = ((_f) | InstrDual | ModRM), .u.idual = (_i) } argument 4046 #define MD(_f, _m) { .flags = ((_f) | ModeDual), .u.mdual = (_m) } argument 4047 #define E(_f, _e) { .flags = ((_f) | Escape | ModRM), .u.esc = (_e) } argument 4048 #define I(_f, _e) { .flags = (_f), .u.execute = (_e) } argument 4049 #define F(_f, _e) { .flags = (_f) | Fastop, .u.fastop = (_e) } argument 4050 #define II(_f, _e, _i) \ argument 4052 #define IIP(_f, _e, _i, _p) \ argument [all …]
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
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 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
|
/linux-4.4.14/tools/perf/util/ |
D | evsel.c | 1221 #define PRINT_ATTRn(_n, _f, _p) \ argument 1229 #define PRINT_ATTRf(_f, _p) PRINT_ATTRn(#_f, _f, _p) argument
|
/linux-4.4.14/net/mac80211/ |
D | iface.c | 362 #define ADJUST(_f, _s) do { \ in ieee80211_adjust_monitor_flags() argument
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | core.h | 41 #define MS(_v, _f) (((_v) & _f##_MASK) >> _f##_LSB) argument 42 #define SM(_v, _f) (((_v) << _f##_LSB) & _f##_MASK) argument 43 #define WO(_f) ((_f##_OFFSET) >> 2) argument
|
/linux-4.4.14/arch/powerpc/platforms/ps3/ |
D | repository.c | 63 #define dump_node(_a, _b, _c, _d, _e, _f, _g) \ argument
|
/linux-4.4.14/kernel/ |
D | sys.c | 2382 char _f[20-2*sizeof(u32)-sizeof(int)]; member
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_stc.h | 763 #define NI_M_PFI_FILTER_SEL(_c, _f) (((_f) & 0x3) << ((_c) * 2)) argument
|