| /linux/drivers/pinctrl/renesas/ |
| H A D | sh_pfc.h | 442 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument 444 #define PORT_GP_1(bank, pin, fn, sfx) PORT_GP_CFG_1(bank, pin, fn, sfx, 0) argument 446 #define PORT_GP_CFG_2(bank, fn, sfx, cfg) \ argument 449 #define PORT_GP_2(bank, fn, sfx) PORT_GP_CFG_2(bank, fn, sfx, 0) argument 451 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument 455 #define PORT_GP_4(bank, fn, sfx) PORT_GP_CFG_4(bank, fn, sfx, 0) argument 457 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument 461 #define PORT_GP_6(bank, fn, sfx) PORT_GP_CFG_6(bank, fn, sfx, 0) argument 463 #define PORT_GP_CFG_7(bank, fn, sfx, cfg) \ argument 466 #define PORT_GP_7(bank, fn, sfx) PORT_GP_CFG_7(bank, fn, sfx, 0) argument [all …]
|
| H A D | pfc-emev2.c | 11 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 244 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument 253 #define __PORT_DATA(pn, pfx, sfx) PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN) argument
|
| H A D | pfc-sh7734.c | 13 #define CPU_ALL_GP(fn, sfx) \ argument 22 #define _GP_DATA(bank, pin, name, sfx, cfg) \ argument 25 #define _GP_INOUTSEL(bank, pin, name, sfx, cfg) name##_IN, name##_OUT argument 26 #define _GP_INDT(bank, pin, name, sfx, cfg) name##_DATA argument
|
| H A D | pfc-r8a779f0.c | 18 #define CPU_ALL_GP(fn, sfx) \ argument
|
| H A D | pfc-r8a77970.c | 21 #define CPU_ALL_GP(fn, sfx) \ argument
|
| H A D | pfc-r8a77980.c | 21 #define CPU_ALL_GP(fn, sfx) \ argument
|
| H A D | pfc-r8a77995.c | 20 #define CPU_ALL_GP(fn, sfx) \ argument
|
| H A D | pfc-r8a779a0.c | 18 #define CPU_ALL_GP(fn, sfx) \ argument
|
| H A D | pfc-r8a779h0.c | 18 #define CPU_ALL_GP(fn, sfx) \ argument
|
| H A D | pfc-r8a779g0.c | 18 #define CPU_ALL_GP(fn, sfx) \ argument
|
| H A D | pfc-r8a73a4.c | 13 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
|
| H A D | pfc-r8a77990.c | 21 #define CPU_ALL_GP(fn, sfx) \ argument
|
| H A D | pfc-r8a7792.c | 13 #define CPU_ALL_GP(fn, sfx) \ argument
|
| H A D | pfc-r8a7740.c | 14 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
|
| H A D | pfc-r8a77965.c | 22 #define CPU_ALL_GP(fn, sfx) \ argument
|
| /linux/arch/arm64/include/asm/ |
| H A D | cmpxchg.h | 21 #define __XCHG_CASE(w, sfx, name, sz, mb, nop_lse, acq, acq_lse, rel, cl) \ argument 64 #define __XCHG_GEN(sfx) \ argument 91 #define __xchg_wrapper(sfx, ptr, x) \ argument 146 #define __CMPXCHG_GEN(sfx) \ argument 175 #define __cmpxchg_wrapper(sfx, ptr, o, n) \ argument 211 #define __CMPWAIT_CASE(w, sfx, sz) \ argument 236 #define __CMPWAIT_GEN(sfx) \ argument
|
| H A D | percpu.h | 66 #define __PERCPU_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument 87 #define __PERCPU_RET_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
|
| H A D | atomic_ll_sc.h | 239 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument
|
| /linux/arch/riscv/include/asm/ |
| H A D | atomic.h | 198 #define _arch_atomic_fetch_add_unless(_prev, _rc, counter, _a, _u, sfx) \ argument 237 #define _arch_atomic_inc_unless_negative(_prev, _rc, counter, sfx) \ argument 263 #define _arch_atomic_dec_unless_positive(_prev, _rc, counter, sfx) \ argument 289 #define _arch_atomic_dec_if_positive(_prev, _rc, counter, sfx) \ argument
|
| H A D | cmpxchg.h | 57 #define __arch_xchg(sfx, prepend, append, r, p, n) \ argument
|
| /linux/include/linux/ |
| H A D | btree-type.h | 2 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument 3 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument
|
| /linux/arch/powerpc/include/asm/ |
| H A D | cmpxchg.h | 16 #define XCHG_GEN(type, sfx, cl) \ argument 40 #define CMPXCHG_GEN(type, sfx, br, br2, cl) \ argument
|
| /linux/sound/hda/common/ |
| H A D | auto_parser.c | 665 const char *pfx, *sfx = ""; in fill_audio_out_name() local
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 234 static void print_range(enum num_t t, struct range x, const char *sfx) in print_range() argument 658 static void print_reg_state(struct reg_state *r, const char *sfx) in print_reg_state() argument
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 2763 const char *sfx; output_comp_headers() local
|