Home
last modified time | relevance | path

Searched refs:sfx (Results 1 – 25 of 56) sorted by relevance

123

/linux-6.15/drivers/pinctrl/renesas/
H A Dsh_pfc.h594 PORT_GP_1(bank, 31, fn, sfx), PORT_GP_1(bank, 30, fn, sfx), \
595 PORT_GP_1(bank, 29, fn, sfx), PORT_GP_1(bank, 28, fn, sfx), \
596 PORT_GP_1(bank, 27, fn, sfx), PORT_GP_1(bank, 26, fn, sfx), \
597 PORT_GP_1(bank, 25, fn, sfx), PORT_GP_1(bank, 24, fn, sfx), \
598 PORT_GP_1(bank, 23, fn, sfx), PORT_GP_1(bank, 22, fn, sfx), \
599 PORT_GP_1(bank, 21, fn, sfx), PORT_GP_1(bank, 20, fn, sfx), \
609 PORT_GP_1(bank, 1, fn, sfx), PORT_GP_1(bank, 0, fn, sfx)
612 #define _GP_ALL(bank, pin, name, sfx, cfg) name##_##sfx argument
650 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument
657 PORT_1(pn+8, fn, pfx##8, sfx), PORT_1(pn+9, fn, pfx##9, sfx)
[all …]
H A Dpfc-r8a73a4.c20 PORT_1(32, fn, pfx##32, sfx), PORT_1(33, fn, pfx##33, sfx), \
21 PORT_1(34, fn, pfx##34, sfx), PORT_1(35, fn, pfx##35, sfx), \
22 PORT_1(36, fn, pfx##36, sfx), PORT_1(37, fn, pfx##37, sfx), \
23 PORT_1(38, fn, pfx##38, sfx), PORT_1(39, fn, pfx##39, sfx), \
26 PORT_1(64, fn, pfx##64, sfx), PORT_1(65, fn, pfx##65, sfx), \
27 PORT_1(66, fn, pfx##66, sfx), PORT_1(67, fn, pfx##67, sfx), \
28 PORT_1(68, fn, pfx##68, sfx), PORT_1(69, fn, pfx##69, sfx), \
30 PORT_1(80, fn, pfx##80, sfx), PORT_1(81, fn, pfx##81, sfx), \
31 PORT_1(82, fn, pfx##82, sfx), PORT_1(83, fn, pfx##83, sfx), \
32 PORT_1(84, fn, pfx##84, sfx), PORT_1(85, fn, pfx##85, sfx), \
[all …]
H A Dpfc-r8a779a0.c18 #define CPU_ALL_GP(fn, sfx) \ argument
19 PORT_GP_CFG_15(0, fn, sfx, CFG_FLAGS), \
34 PORT_GP_CFG_2(2, fn, sfx, CFG_FLAGS), \
49 PORT_GP_CFG_1(2, 16, fn, sfx, CFG_FLAGS), \
50 PORT_GP_CFG_1(2, 17, fn, sfx, CFG_FLAGS), \
51 PORT_GP_CFG_1(2, 18, fn, sfx, CFG_FLAGS), \
52 PORT_GP_CFG_1(2, 19, fn, sfx, CFG_FLAGS), \
53 PORT_GP_CFG_1(2, 20, fn, sfx, CFG_FLAGS), \
54 PORT_GP_CFG_1(2, 21, fn, sfx, CFG_FLAGS), \
58 PORT_GP_CFG_17(3, fn, sfx, CFG_FLAGS), \
[all …]
H A Dpfc-sh73a0.c19 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
21 PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx), \
22 PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx), \
23 PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx), \
24 PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx), \
26 PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \
27 PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx), \
29 PORT_1(160, fn, pfx##160, sfx), PORT_1(161, fn, pfx##161, sfx), \
30 PORT_1(162, fn, pfx##162, sfx), PORT_1(163, fn, pfx##163, sfx), \
32 PORT_1(192, fn, pfx##192, sfx), PORT_1(193, fn, pfx##193, sfx), \
[all …]
H A Dpfc-emev2.c11 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
12 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \
13 PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \
14 PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \
15 PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \
16 PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \
17 PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \
18 PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \
19 PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx)
244 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument
[all …]
H A Dpfc-r8a77470.c13 #define CPU_ALL_GP(fn, sfx) \ argument
14 PORT_GP_CFG_4(0, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
15 PORT_GP_CFG_1(0, 4, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
22 PORT_GP_CFG_1(0, 11, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
23 PORT_GP_CFG_1(0, 12, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
34 PORT_GP_CFG_23(1, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
35 PORT_GP_CFG_32(2, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
36 PORT_GP_CFG_17(3, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
37 PORT_GP_CFG_1(3, 27, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
40 PORT_GP_CFG_14(4, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
[all …]
H A Dpfc-r8a7794.c17 #define CPU_ALL_GP(fn, sfx) \ argument
18 PORT_GP_CFG_32(0, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
19 PORT_GP_CFG_26(1, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
23 PORT_GP_CFG_7(5, fn, sfx, SH_PFC_PIN_CFG_PULL_UP), \
24 PORT_GP_1(5, 7, fn, sfx), \
25 PORT_GP_1(5, 8, fn, sfx), \
26 PORT_GP_1(5, 9, fn, sfx), \
41 PORT_GP_1(5, 24, fn, sfx), \
42 PORT_GP_1(5, 25, fn, sfx), \
43 PORT_GP_1(5, 26, fn, sfx), \
[all …]
H A Dpfc-r8a7779.c14 #define CPU_ALL_GP(fn, sfx) \ argument
18 PORT_GP_1(2, 1, fn, sfx), \
19 PORT_GP_1(2, 2, fn, sfx), \
20 PORT_GP_1(2, 3, fn, sfx), \
21 PORT_GP_1(2, 4, fn, sfx), \
22 PORT_GP_1(2, 5, fn, sfx), \
23 PORT_GP_1(2, 6, fn, sfx), \
24 PORT_GP_1(2, 7, fn, sfx), \
25 PORT_GP_1(2, 8, fn, sfx), \
26 PORT_GP_1(2, 9, fn, sfx), \
[all …]
H A Dpfc-r8a779h0.c18 #define CPU_ALL_GP(fn, sfx) \ argument
21 PORT_GP_CFG_1(1, 29, fn, sfx, CFG_FLAGS), \
22 PORT_GP_CFG_16(2, fn, sfx, CFG_FLAGS), \
23 PORT_GP_CFG_1(2, 17, fn, sfx, CFG_FLAGS), \
24 PORT_GP_CFG_1(2, 19, fn, sfx, CFG_FLAGS), \
26 PORT_GP_CFG_1(3, 13, fn, sfx, CFG_FLAGS), \
27 PORT_GP_CFG_1(3, 14, fn, sfx, CFG_FLAGS), \
28 PORT_GP_CFG_1(3, 15, fn, sfx, CFG_FLAGS), \
51 PORT_GP_CFG_21(5, fn, sfx, CFG_FLAGS), \
52 PORT_GP_CFG_21(6, fn, sfx, CFG_FLAGS), \
[all …]
/linux-6.15/arch/arm64/include/asm/
H A Dcmpxchg.h30 "1: ld" #acq "xr" #sfx "\t%" #w "0, %2\n" \
64 #define __XCHG_GEN(sfx) \ argument
70 return __xchg_case##sfx##_8(x, ptr); \
72 return __xchg_case##sfx##_16(x, ptr); \
74 return __xchg_case##sfx##_32(x, ptr); \
76 return __xchg_case##sfx##_64(x, ptr); \
91 #define __xchg_wrapper(sfx, ptr, x) \ argument
146 #define __CMPXCHG_GEN(sfx) \ argument
211 #define __CMPWAIT_CASE(w, sfx, sz) \ argument
220 " ldxr" #sfx "\t%" #w "[tmp], %[v]\n" \
[all …]
H A Drwonce.h16 #define __LOAD_RCPC(sfx, regs...) \ argument
18 "ldar" #sfx "\t" #regs, \
20 "ldapr" #sfx "\t" #regs, \
23 #define __LOAD_RCPC(sfx, regs...) "ldar" #sfx "\t" #regs argument
H A Dpercpu.h66 #define __PERCPU_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
75 "1: ldxr" #sfx "\t%" #w "[tmp], %[ptr]\n" \
77 " stxr" #sfx "\t%w[loop], %" #w "[tmp], %[ptr]\n" \
87 #define __PERCPU_RET_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
96 "1: ldxr" #sfx "\t%" #w "[ret], %[ptr]\n" \
98 " stxr" #sfx "\t%w[loop], %" #w "[ret], %[ptr]\n" \
/linux-6.15/scripts/atomic/
H A Datomic-tbl.sh51 local sfx="$1"; shift
62 for base in "${pfx}${name}${sfx}${order}" "${pfx}${name}${sfx}" "${name}"; do
193 local sfx="$1"; shift
198 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
234 local sfx="$1"; shift
237 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
255 local sfx="$1"; shift
257 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "" "$@"
276 local sfx=""
279 meta_in "${meta}" "R" && sfx="_return"
[all …]
H A Dgen-atomic-fallback.sh15 local sfx="$1"; shift
34 local sfx="$1"; shift
48 local sfx="$1"; shift
51 local tmpl="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")"
61 local sfx="$1"; shift
66 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
67 local basename="${atomic}_${pfx}${name}${sfx}"
128 local sfx="$1"; shift
131 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "" "$@"
134 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "_acquire" "$@"
[all …]
H A Dgen-atomic-long.sh41 local sfx="$1"; shift
44 local atomicname="${pfx}${name}${sfx}${order}"
52 gen_kerneldoc "raw_" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "atomic_long" "long" "$@"
H A Dgen-atomic-instrumented.sh58 local sfx="$1"; shift
63 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
71 gen_kerneldoc "" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "${atomic}" "${int}" "$@"
/linux-6.15/arch/riscv/include/asm/
H A Datomic.h201 "0: lr." sfx " %[p], %[c]\n" \
204 " sc." sfx ".rl %[rc], %[rc], %[c]\n" \
237 #define _arch_atomic_inc_unless_negative(_prev, _rc, counter, sfx) \ argument
240 "0: lr." sfx " %[p], %[c]\n" \
243 " sc." sfx ".rl %[rc], %[rc], %[c]\n" \
263 #define _arch_atomic_dec_unless_positive(_prev, _rc, counter, sfx) \ argument
266 "0: lr." sfx " %[p], %[c]\n" \
269 " sc." sfx ".rl %[rc], %[rc], %[c]\n" \
289 #define _arch_atomic_dec_if_positive(_prev, _rc, counter, sfx) \ argument
292 "0: lr." sfx " %[p], %[c]\n" \
[all …]
/linux-6.15/include/linux/
H A Dbtree-type.h2 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument
3 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument
/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dnft_audit.sh57 [[ "$pfx $sfx" == "$tpfx $tsfx" ]] && {
64 tsfx="$sfx"
H A Drpath.sh35 sfx=$(mktemp -u "XXXXXXXX")
36 ns1="ns1-$sfx"
37 ns2="ns2-$sfx"
/linux-6.15/scripts/atomic/fallbacks/
H A Ddec2 ${retstmt}raw_${atomic}_${pfx}sub${sfx}${order}(1, v);
H A Dinc2 ${retstmt}raw_${atomic}_${pfx}add${sfx}${order}(1, v);
H A Drelease3 ${retstmt}arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});
H A Dandnot2 ${retstmt}raw_${atomic}_${pfx}and${sfx}${order}(~i, v);
H A Dacquire2 ${ret} ret = arch_${atomic}_${pfx}${name}${sfx}_relaxed(${args});

123