| /OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/ |
| H A D | pfc-r8a7790.h | 15 #define CPU_32_PORT(fn, pfx, sfx) \ argument 16 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 17 PORT_10(fn, pfx##2, sfx), PORT_1(fn, pfx##30, sfx), \ 18 PORT_1(fn, pfx##31, sfx) 20 #define CPU_32_PORT2(fn, pfx, sfx) \ argument 21 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 22 PORT_10(fn, pfx##2, sfx) 25 #define CPU_32_PORT1(fn, pfx, sfx) \ argument 26 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 27 PORT_10(fn, pfx##2, sfx) \ [all …]
|
| H A D | pfc-r8a7795.c | 14 #define CPU_32_PORT(fn, pfx, sfx) \ argument 15 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 16 PORT_10(fn, pfx##2, sfx), PORT_1(fn, pfx##30, sfx), \ 17 PORT_1(fn, pfx##31, sfx) 19 #define CPU_32_PORT1(fn, pfx, sfx) \ argument 20 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 21 PORT_10(fn, pfx##2, sfx) 23 #define CPU_32_PORT2(fn, pfx, sfx) \ argument 24 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 25 PORT_10(fn, pfx##2, sfx) [all …]
|
| H A D | pfc-r8a7796.c | 14 #define CPU_32_PORT(fn, pfx, sfx) \ argument 15 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 16 PORT_10(fn, pfx##2, sfx), PORT_1(fn, pfx##30, sfx), \ 17 PORT_1(fn, pfx##31, sfx) 19 #define CPU_32_PORT1(fn, pfx, sfx) \ argument 20 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 21 PORT_10(fn, pfx##2, sfx) 23 #define CPU_32_PORT2(fn, pfx, sfx) \ argument 24 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 25 PORT_10(fn, pfx##2, sfx) [all …]
|
| H A D | pfc-r8a7794.c | 14 #define CPU_32_PORT(fn, pfx, sfx) \ argument 15 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 16 PORT_10(fn, pfx##2, sfx), PORT_1(fn, pfx##30, sfx), \ 17 PORT_1(fn, pfx##31, sfx) 19 #define CPU_26_PORT(fn, pfx, sfx) \ argument 20 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 21 PORT_1(fn, pfx##20, sfx), PORT_1(fn, pfx##21, sfx), \ 22 PORT_1(fn, pfx##22, sfx), PORT_1(fn, pfx##23, sfx), \ 23 PORT_1(fn, pfx##24, sfx), PORT_1(fn, pfx##25, sfx) 25 #define CPU_28_PORT(fn, pfx, sfx) \ argument [all …]
|
| H A D | pfc-sh73a0.c | 26 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 27 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 28 PORT_10(fn, pfx##2, sfx), PORT_10(fn, pfx##3, sfx), \ 29 PORT_10(fn, pfx##4, sfx), PORT_10(fn, pfx##5, sfx), \ 30 PORT_10(fn, pfx##6, sfx), PORT_10(fn, pfx##7, sfx), \ 31 PORT_10(fn, pfx##8, sfx), PORT_10(fn, pfx##9, sfx), \ 32 PORT_10(fn, pfx##10, sfx), \ 33 PORT_1(fn, pfx##110, sfx), PORT_1(fn, pfx##111, sfx), \ 34 PORT_1(fn, pfx##112, sfx), PORT_1(fn, pfx##113, sfx), \ 35 PORT_1(fn, pfx##114, sfx), PORT_1(fn, pfx##115, sfx), \ [all …]
|
| H A D | pfc-r8a7793.c | 13 #define CPU_32_PORT(fn, pfx, sfx) \ argument 14 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 15 PORT_10(fn, pfx##2, sfx), PORT_1(fn, pfx##30, sfx), \ 16 PORT_1(fn, pfx##31, sfx) 18 #define CPU_32_PORT1(fn, pfx, sfx) \ argument 19 PORT_10(fn, pfx, sfx), PORT_10(fn, pfx##1, sfx), \ 20 PORT_1(fn, pfx##20, sfx), PORT_1(fn, pfx##21, sfx), \ 21 PORT_1(fn, pfx##22, sfx), PORT_1(fn, pfx##23, sfx), \ 22 PORT_1(fn, pfx##24, sfx), PORT_1(fn, pfx##25, sfx) 29 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/ |
| H A D | sh_pfc.h | 448 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument 449 fn(bank, pin, GP_##bank##_##pin, sfx, cfg) 450 #define PORT_GP_1(bank, pin, fn, sfx) PORT_GP_CFG_1(bank, pin, fn, sfx, 0) argument 452 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument 453 PORT_GP_CFG_1(bank, 0, fn, sfx, cfg), \ 454 PORT_GP_CFG_1(bank, 1, fn, sfx, cfg), \ 455 PORT_GP_CFG_1(bank, 2, fn, sfx, cfg), \ 456 PORT_GP_CFG_1(bank, 3, fn, sfx, cfg) 457 #define PORT_GP_4(bank, fn, sfx) PORT_GP_CFG_4(bank, fn, sfx, 0) argument 459 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument [all …]
|
| H A D | pfc-r8a73a4.c | 13 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 15 PORT_10(0, fn, pfx, sfx), \ 16 PORT_10(10, fn, pfx##1, sfx), \ 17 PORT_10(20, fn, pfx##2, sfx), \ 18 PORT_1(30, fn, pfx##30, sfx), \ 20 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), \ 24 PORT_1(40, fn, pfx##40, sfx), \ [all …]
|
| H A D | pfc-sh73a0.c | 19 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 20 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 21 PORT_10(100, fn, pfx##10, sfx), \ 22 PORT_1(110, fn, pfx##110, sfx), PORT_1(111, fn, pfx##111, sfx), \ 23 PORT_1(112, fn, pfx##112, sfx), PORT_1(113, fn, pfx##113, sfx), \ 24 PORT_1(114, fn, pfx##114, sfx), PORT_1(115, fn, pfx##115, sfx), \ 25 PORT_1(116, fn, pfx##116, sfx), PORT_1(117, fn, pfx##117, sfx), \ 26 PORT_1(118, fn, pfx##118, sfx), \ 27 PORT_1(128, fn, pfx##128, sfx), PORT_1(129, fn, pfx##129, sfx), \ 28 PORT_10(130, fn, pfx##13, sfx), PORT_10(140, fn, pfx##14, sfx), \ [all …]
|
| H A D | pfc-r8a77470.c | 13 #define CPU_ALL_GP(fn, sfx) \ argument 14 PORT_GP_4(0, fn, sfx), \ 15 PORT_GP_1(0, 4, fn, sfx), \ 16 PORT_GP_CFG_1(0, 5, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE), \ 17 PORT_GP_CFG_1(0, 6, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE), \ 18 PORT_GP_CFG_1(0, 7, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE), \ 19 PORT_GP_CFG_1(0, 8, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE), \ 20 PORT_GP_CFG_1(0, 9, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE), \ 21 PORT_GP_CFG_1(0, 10, fn, sfx, SH_PFC_PIN_CFG_IO_VOLTAGE), \ 22 PORT_GP_1(0, 11, fn, sfx), \ [all …]
|
| H A D | pfc-emev2.c | 12 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 13 PORT_10(0, fn, pfx, sfx), PORT_90(0, fn, pfx, sfx), \ 14 PORT_10(100, fn, pfx##10, sfx), PORT_10(110, fn, pfx##11, sfx), \ 15 PORT_10(120, fn, pfx##12, sfx), PORT_10(130, fn, pfx##13, sfx), \ 16 PORT_10(140, fn, pfx##14, sfx), PORT_1(150, fn, pfx##150, sfx), \ 17 PORT_1(151, fn, pfx##151, sfx), PORT_1(152, fn, pfx##152, sfx), \ 18 PORT_1(153, fn, pfx##153, sfx), PORT_1(154, fn, pfx##154, sfx), \ 19 PORT_1(155, fn, pfx##155, sfx), PORT_1(156, fn, pfx##156, sfx), \ 20 PORT_1(157, fn, pfx##157, sfx), PORT_1(158, fn, pfx##158, sfx) 245 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument [all …]
|
| /OK3568_Linux_fs/kernel/scripts/atomic/ |
| H A D | gen-atomic-fallback.sh | 16 local sfx="$1"; shift 22 local atomicname="${arch}${atomic}_${pfx}${name}${sfx}${order}" 43 local sfx="$1"; shift 46 local tmpl="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")" 47 gen_template_fallback "${tmpl}" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "$@" 66 local sfx="$1"; shift 71 local basename="${arch}${atomic}_${pfx}${name}${sfx}" 82 local sfx="$1"; shift 86 local basename="${arch}${atomic}_${pfx}${name}${sfx}" 88 local template="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")" [all …]
|
| H A D | atomic-tbl.sh | 44 local sfx="$1"; shift 55 for base in "${pfx}${name}${sfx}${order}" "${name}"; do 151 local sfx="$1"; shift 153 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "" "$@" 156 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "_acquire" "$@" 159 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "_release" "$@" 162 gen_proto_order_variant "${meta}" "${pfx}" "${name}" "${sfx}" "_relaxed" "$@" 172 local sfx="" 175 meta_in "${meta}" "R" && sfx="_return" 177 gen_proto_order_variants "${meta}" "${pfx}" "${name}" "${sfx}" "$@"
|
| H A D | gen-atomic-instrumented.sh | 51 local sfx="$1"; shift 54 local atomicname="arch_${atomic}_${pfx}${name}${sfx}${order}" 56 local template="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")" 78 local sfx="$1"; shift 83 local atomicname="${atomic}_${pfx}${name}${sfx}${order}" 85 local guard="$(gen_guard "${meta}" "${atomic}" "${pfx}" "${name}" "${sfx}" "${order}")" 128 local sfx="$1"; shift 129 local guard="defined(arch_${name}${sfx})" 131 [ -z "${sfx}" ] && guard="!defined(arch_${name}_relaxed) || defined(arch_${name})" 134 gen_xchg "${name}${sfx}" ""
|
| /OK3568_Linux_fs/kernel/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 30 "1: ld" #acq "xr" #sfx "\t%" #w "0, %2\n" \ 31 " st" #rel "xr" #sfx "\t%w1, %" #w "3, %2\n" \ 35 " swp" #acq_lse #rel #sfx "\t%" #w "3, %" #w "0, %2\n" \ 64 #define __XCHG_GEN(sfx) \ argument 65 static __always_inline unsigned long __xchg##sfx(unsigned long x, \ 71 return __xchg_case##sfx##_8(x, ptr); \ 73 return __xchg_case##sfx##_16(x, ptr); \ 75 return __xchg_case##sfx##_32(x, ptr); \ 77 return __xchg_case##sfx##_64(x, ptr); \ [all …]
|
| H A D | rwonce.h | 16 #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 D | percpu.h | 66 #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" \
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | sh_pfc.h | 118 #define PORT_1(fn, pfx, sfx) fn(pfx, sfx) argument 120 #define PORT_10(fn, pfx, sfx) \ argument 121 PORT_1(fn, pfx##0, sfx), PORT_1(fn, pfx##1, sfx), \ 122 PORT_1(fn, pfx##2, sfx), PORT_1(fn, pfx##3, sfx), \ 123 PORT_1(fn, pfx##4, sfx), PORT_1(fn, pfx##5, sfx), \ 124 PORT_1(fn, pfx##6, sfx), PORT_1(fn, pfx##7, sfx), \ 125 PORT_1(fn, pfx##8, sfx), PORT_1(fn, pfx##9, sfx) 127 #define PORT_90(fn, pfx, sfx) \ argument 128 PORT_10(fn, pfx##1, sfx), PORT_10(fn, pfx##2, sfx), \ 129 PORT_10(fn, pfx##3, sfx), PORT_10(fn, pfx##4, sfx), \ [all …]
|
| H A D | compiler.h | 75 #define _uswap_64(x, sfx) \ argument 76 ((((x) & 0xff00000000000000##sfx) >> 56) | \ 77 (((x) & 0x00ff000000000000##sfx) >> 40) | \ 78 (((x) & 0x0000ff0000000000##sfx) >> 24) | \ 79 (((x) & 0x000000ff00000000##sfx) >> 8) | \ 80 (((x) & 0x00000000ff000000##sfx) << 8) | \ 81 (((x) & 0x0000000000ff0000##sfx) << 24) | \ 82 (((x) & 0x000000000000ff00##sfx) << 40) | \ 83 (((x) & 0x00000000000000ff##sfx) << 56))
|
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | gpt.h | 56 #define _uswap_64(x, sfx) \ argument 57 ((((x) & 0xff00000000000000##sfx) >> 56) | \ 58 (((x) & 0x00ff000000000000##sfx) >> 40) | \ 59 (((x) & 0x0000ff0000000000##sfx) >> 24) | \ 60 (((x) & 0x000000ff00000000##sfx) >> 8) | \ 61 (((x) & 0x00000000ff000000##sfx) << 8) | \ 62 (((x) & 0x0000000000ff0000##sfx) << 24) | \ 63 (((x) & 0x000000000000ff00##sfx) << 40) | \ 64 (((x) & 0x00000000000000ff##sfx) << 56))
|
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | gpt.h | 40 #define _uswap_64(x, sfx) \ argument 41 ((((x) & 0xff00000000000000##sfx) >> 56) | \ 42 (((x) & 0x00ff000000000000##sfx) >> 40) | \ 43 (((x) & 0x0000ff0000000000##sfx) >> 24) | \ 44 (((x) & 0x000000ff00000000##sfx) >> 8) | \ 45 (((x) & 0x00000000ff000000##sfx) << 8) | \ 46 (((x) & 0x0000000000ff0000##sfx) << 24) | \ 47 (((x) & 0x000000000000ff00##sfx) << 40) | \ 48 (((x) & 0x00000000000000ff##sfx) << 56))
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | io.h | 514 #define __BUILD_CLRBITS(bwlq, sfx, end, type) \ argument 516 static inline void clrbits_##sfx(volatile void __iomem *mem, type clr) \ 525 #define __BUILD_SETBITS(bwlq, sfx, end, type) \ argument 527 static inline void setbits_##sfx(volatile void __iomem *mem, type set) \ 536 #define __BUILD_CLRSETBITS(bwlq, sfx, end, type) \ argument 538 static inline void clrsetbits_##sfx(volatile void __iomem *mem, \ 549 #define BUILD_CLRSETBITS(bwlq, sfx, end, type) \ argument 551 __BUILD_CLRBITS(bwlq, sfx, end, type) \ 552 __BUILD_SETBITS(bwlq, sfx, end, type) \ 553 __BUILD_CLRSETBITS(bwlq, sfx, end, type)
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/netfilter/ |
| H A D | nft_nat.sh | 11 sfx=$(mktemp -u "XXXXXXXX") 12 ns0="ns0-$sfx" 13 ns1="ns1-$sfx" 14 ns2="ns2-$sfx" 18 for i in 0 1 2; do ip netns del ns$i-"$sfx";done 70 ip -net ns$i-$sfx link set lo up 71 ip -net ns$i-$sfx link set eth0 up 72 ip -net ns$i-$sfx addr add 10.0.$i.99/24 dev eth0 73 ip -net ns$i-$sfx route add default via 10.0.$i.1 74 ip -net ns$i-$sfx addr add dead:$i::99/64 dev eth0 [all …]
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/scripts/atomic/fallbacks/ |
| H A D | release | 3 ${arch}${atomic}_${pfx}${name}${sfx}_release(${params}) 6 ${retstmt}${arch}${atomic}_${pfx}${name}${sfx}_relaxed(${args});
|