Home
last modified time | relevance | path

Searched refs:pfx (Results 1 – 25 of 100) sorted by relevance

1234

/OK3568_Linux_fs/u-boot/arch/arm/mach-rmobile/
H A Dpfc-r8a7790.h15 #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 Dpfc-r8a7795.c14 #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 Dpfc-r8a7796.c14 #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 Dpfc-r8a7794.c14 #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 Dpfc-r8a7793.c13 #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 …]
H A Dpfc-sh73a0.c26 #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 …]
/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Dcper-arm.c89 static void cper_print_arm_err_info(const char *pfx, u32 type, in cper_print_arm_err_info() argument
112 printk("%stransaction type: %s\n", pfx, in cper_print_arm_err_info()
123 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
129 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
135 printk("%soperation type: %s\n", pfx, in cper_print_arm_err_info()
147 printk("%scache level: %d\n", pfx, level); in cper_print_arm_err_info()
150 printk("%sTLB level: %d\n", pfx, level); in cper_print_arm_err_info()
154 pfx, level); in cper_print_arm_err_info()
163 printk("%sprocessor context corrupted\n", pfx); in cper_print_arm_err_info()
165 printk("%sprocessor context not corrupted\n", pfx); in cper_print_arm_err_info()
[all …]
H A Dcper.c82 void cper_print_bits(const char *pfx, unsigned int bits, in cper_print_bits() argument
100 len = snprintf(buf, sizeof(buf), "%s%s", pfx, str); in cper_print_bits()
143 static void cper_print_proc_generic(const char *pfx, in cper_print_proc_generic() argument
147 printk("%s""processor_type: %d, %s\n", pfx, proc->proc_type, in cper_print_proc_generic()
151 printk("%s""processor_isa: %d, %s\n", pfx, proc->proc_isa, in cper_print_proc_generic()
155 printk("%s""error_type: 0x%02x\n", pfx, proc->proc_error_type); in cper_print_proc_generic()
156 cper_print_bits(pfx, proc->proc_error_type, in cper_print_proc_generic()
161 printk("%s""operation: %d, %s\n", pfx, proc->operation, in cper_print_proc_generic()
165 printk("%s""flags: 0x%02x\n", pfx, proc->flags); in cper_print_proc_generic()
166 cper_print_bits(pfx, proc->flags, proc_flag_strs, in cper_print_proc_generic()
[all …]
H A Dcper-x86.c152 static inline void print_bool(char *str, const char *pfx, u64 check, u64 bit) in print_bool() argument
154 printk("%s%s: %s\n", pfx, str, (check & bit) ? "true" : "false"); in print_bool()
157 static void print_err_info_ms(const char *pfx, u16 validation_bits, u64 check) in print_err_info_ms() argument
162 printk("%sError Type: %u, %s\n", pfx, err_type, in print_err_info_ms()
168 print_bool("Processor Context Corrupt", pfx, check, CHECK_MS_PCC); in print_err_info_ms()
171 print_bool("Uncorrected", pfx, check, CHECK_MS_UNCORRECTED); in print_err_info_ms()
174 print_bool("Precise IP", pfx, check, CHECK_MS_PRECISE_IP); in print_err_info_ms()
177 print_bool("Restartable IP", pfx, check, CHECK_MS_RESTARTABLE_IP); in print_err_info_ms()
180 print_bool("Overflow", pfx, check, CHECK_MS_OVERFLOW); in print_err_info_ms()
183 static void print_err_info(const char *pfx, u8 err_type, u64 check) in print_err_info() argument
[all …]
/OK3568_Linux_fs/kernel/scripts/atomic/
H A Dgen-atomic-fallback.sh14 local pfx="$1"; shift
22 local atomicname="${arch}${atomic}_${pfx}${name}${sfx}${order}"
41 local pfx="$1"; shift
46 local tmpl="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")"
47 gen_template_fallback "${tmpl}" "${meta}" "${pfx}" "${name}" "${sfx}" "${order}" "$@"
64 local pfx="$1"; shift
71 local basename="${arch}${atomic}_${pfx}${name}${sfx}"
80 local pfx="$1"; shift
86 local basename="${arch}${atomic}_${pfx}${name}${sfx}"
88 local template="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")"
[all …]
H A Datomic-tbl.sh42 local pfx="$1"; shift
55 for base in "${pfx}${name}${sfx}${order}" "${name}"; do
149 local pfx="$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" "$@"
171 local pfx=""
174 meta_in "${meta}" "fF" && pfx="fetch_"
177 gen_proto_order_variants "${meta}" "${pfx}" "${name}" "${sfx}" "$@"
H A Dgen-atomic-instrumented.sh49 local pfx="$1"; shift
54 local atomicname="arch_${atomic}_${pfx}${name}${sfx}${order}"
56 local template="$(find_fallback_template "${pfx}" "${name}" "${sfx}" "${order}")"
76 local pfx="$1"; shift
83 local atomicname="${atomic}_${pfx}${name}${sfx}${order}"
85 local guard="$(gen_guard "${meta}" "${atomic}" "${pfx}" "${name}" "${sfx}" "${order}")"
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Datomic.h27 #define ATOMIC_OPS(pfx, type) \ argument
28 static __always_inline type pfx##_read(const pfx##_t *v) \
33 static __always_inline void pfx##_set(pfx##_t *v, type i) \
38 static __always_inline type pfx##_cmpxchg(pfx##_t *v, type o, type n) \
43 static __always_inline type pfx##_xchg(pfx##_t *v, type n) \
55 #define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \ argument
56 static __inline__ void pfx##_##op(type i, pfx##_t * v) \
73 "1: " #ll " %0, %1 # " #pfx "_" #op " \n" \
82 #define ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \ argument
83 static __inline__ type pfx##_##op##_return_relaxed(type i, pfx##_t * v) \
[all …]
H A Dr4kcache.h207 #define __BUILD_BLAST_CACHE(pfx, desc, indexop, hitop, lsize, extra) \ argument
208 static inline void extra##blast_##pfx##cache##lsize(void) \
223 static inline void extra##blast_##pfx##cache##lsize##_page(unsigned long page) \
234 static inline void extra##blast_##pfx##cache##lsize##_page_indexed(unsigned long page) \
271 #define __BUILD_BLAST_USER_CACHE(pfx, desc, indexop, hitop, lsize) \ argument
272 static inline void blast_##pfx##cache##lsize##_user_page(unsigned long page) \
294 #define __BUILD_BLAST_CACHE_RANGE(pfx, desc, hitop, prot, extra) \ argument
295 static inline void prot##extra##blast_##pfx##cache##_range(unsigned long start, \
317 #define __BUILD_PROT_BLAST_CACHE_RANGE(pfx, desc, hitop) \
318 static inline void protected_blast_##pfx##cache##_range(unsigned long start,\
[all …]
H A Dio.h216 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \ argument
218 static inline void pfx##write##bwlq(type val, \
231 __val = pfx##ioswab##bwlq(__mem, val); \
258 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \
294 return pfx##ioswab##bwlq(__mem, __val); \
297 #define __BUILD_IOPORT_SINGLE(pfx, bwlq, type, barrier, relax, p) \ argument
299 static inline void pfx##out##bwlq##p(type val, unsigned long port) \
311 __val = pfx##ioswab##bwlq(__addr, val); \
319 static inline type pfx##in##bwlq##p(unsigned long port) \
336 return pfx##ioswab##bwlq(__addr, __val); \
/OK3568_Linux_fs/u-boot/include/
H A Dsh_pfc.h118 #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 …]
/OK3568_Linux_fs/kernel/drivers/pinctrl/renesas/
H A Dpfc-r8a73a4.c13 #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 Dsh_pfc.h637 #define PORT_1(pn, fn, pfx, sfx) fn(pn, pfx, sfx) argument
639 #define PORT_10(pn, fn, pfx, sfx) \ argument
640 PORT_1(pn, fn, pfx##0, sfx), PORT_1(pn+1, fn, pfx##1, sfx), \
641 PORT_1(pn+2, fn, pfx##2, sfx), PORT_1(pn+3, fn, pfx##3, sfx), \
642 PORT_1(pn+4, fn, pfx##4, sfx), PORT_1(pn+5, fn, pfx##5, sfx), \
643 PORT_1(pn+6, fn, pfx##6, sfx), PORT_1(pn+7, fn, pfx##7, sfx), \
644 PORT_1(pn+8, fn, pfx##8, sfx), PORT_1(pn+9, fn, pfx##9, sfx)
646 #define PORT_90(pn, fn, pfx, sfx) \ argument
647 PORT_10(pn+10, fn, pfx##1, sfx), PORT_10(pn+20, fn, pfx##2, sfx), \
648 PORT_10(pn+30, fn, pfx##3, sfx), PORT_10(pn+40, fn, pfx##4, sfx), \
[all …]
/OK3568_Linux_fs/kernel/net/6lowpan/
H A Ddebugfs.c105 be16_to_cpu(ctx->pfx.s6_addr16[0]), in lowpan_ctx_pfx_show()
106 be16_to_cpu(ctx->pfx.s6_addr16[1]), in lowpan_ctx_pfx_show()
107 be16_to_cpu(ctx->pfx.s6_addr16[2]), in lowpan_ctx_pfx_show()
108 be16_to_cpu(ctx->pfx.s6_addr16[3]), in lowpan_ctx_pfx_show()
109 be16_to_cpu(ctx->pfx.s6_addr16[4]), in lowpan_ctx_pfx_show()
110 be16_to_cpu(ctx->pfx.s6_addr16[5]), in lowpan_ctx_pfx_show()
111 be16_to_cpu(ctx->pfx.s6_addr16[6]), in lowpan_ctx_pfx_show()
112 be16_to_cpu(ctx->pfx.s6_addr16[7])); in lowpan_ctx_pfx_show()
151 ctx->pfx.s6_addr16[i] = cpu_to_be16(addr[i] & 0xffff); in lowpan_ctx_pfx_write()
207 &t->table[i].pfx, t->table[i].plen, in lowpan_context_show()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Drpl.c15 const void *post, unsigned char pfx) in ipv6_rpl_addr_decompress() argument
17 memcpy(dst, daddr, pfx); in ipv6_rpl_addr_decompress()
18 memcpy(&dst->s6_addr[pfx], post, IPV6_PFXTAIL_LEN(pfx)); in ipv6_rpl_addr_decompress()
22 unsigned char pfx) in ipv6_rpl_addr_compress() argument
24 memcpy(dst, &addr->s6_addr[pfx], IPV6_PFXTAIL_LEN(pfx)); in ipv6_rpl_addr_compress()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dbcmwpa.c316 bcm_const_xlvp_t pfx[7]; in wpa_calc_pmkR0() local
329 pfx[npfx].len = sizeof(FT_R0_PFX) - 1; in wpa_calc_pmkR0()
330 pfx[npfx++].data = (uint8 *)FT_R0_PFX; in wpa_calc_pmkR0()
334 pfx[npfx].len = (uint16)sizeof(pfx_ssid_len); in wpa_calc_pmkR0()
335 pfx[npfx++].data = &pfx_ssid_len; in wpa_calc_pmkR0()
337 pfx[npfx].len = (uint16)(ssid_len & 0xffff); in wpa_calc_pmkR0()
338 pfx[npfx++].data = ssid; in wpa_calc_pmkR0()
342 pfx[npfx].len = sizeof(mdid_le); in wpa_calc_pmkR0()
343 pfx[npfx++].data = mdid_le; in wpa_calc_pmkR0()
347 pfx[npfx].len = sizeof(pfx_r0kh_len); in wpa_calc_pmkR0()
[all …]
/OK3568_Linux_fs/external/xserver/xkb/
H A Dmaprules.c764 char pfx = str[1]; in XkbRF_SubstituteVars() local
767 if ((pfx == '+') || (pfx == '|') || (pfx == '_') || (pfx == '-')) { in XkbRF_SubstituteVars()
771 else if (pfx == '(') { in XkbRF_SubstituteVars()
787 if ((pfx == '(') && (*str == ')')) { in XkbRF_SubstituteVars()
797 char pfx, sfx; in XkbRF_SubstituteVars() local
800 pfx = str[0]; in XkbRF_SubstituteVars()
802 if ((pfx == '+') || (pfx == '|') || (pfx == '_') || (pfx == '-')) { in XkbRF_SubstituteVars()
805 else if (pfx == '(') { in XkbRF_SubstituteVars()
810 pfx = '\0'; in XkbRF_SubstituteVars()
818 if (pfx) in XkbRF_SubstituteVars()
[all …]
/OK3568_Linux_fs/u-boot/tools/
H A Dmips-relocs.c23 #define hdr_field(pfx, idx, field) ({ \ argument
28 _val = pfx##hdr64[idx].field; \
29 _size = sizeof(pfx##hdr64[0].field); \
31 _val = pfx##hdr32[idx].field; \
32 _size = sizeof(pfx##hdr32[0].field); \
52 #define set_hdr_field(pfx, idx, field, val) ({ \ argument
57 _size = sizeof(pfx##hdr64[0].field); \
59 _size = sizeof(pfx##hdr32[0].field); \
82 pfx##hdr64[idx].field = _val; \
84 pfx##hdr32[idx].field = _val; \
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh161 err_cnt "ethtool table $1 on port $port: $pfx - $msg"
171 err_cnt "table $1 on port $port: $pfx - $msg"
204 err_cnt "ethtool static entry: $pfx - $msg"
260 pfx="basic"
337 pfx="module tests"
378 local pfx=$1
401 local pfx=$1
477 pfx="sync all"
534 pfx="destroy full"
562 pfx="IPv4 only"
[all …]
/OK3568_Linux_fs/kernel/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
4 #define BTREE_TP(pfx) _BTREE_TP(pfx, BTREE_TYPE_SUFFIX,) argument

1234