Home
last modified time | relevance | path

Searched refs:P (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/linux-6.3-rc2/drivers/pinctrl/sunplus/
A Dsppctl_sp7021.c65 P(0, 0), P(0, 1), P(0, 2), P(0, 3), P(0, 4), P(0, 5), P(0, 6), P(0, 7),
67 P(1, 0), P(1, 1), P(1, 2), P(1, 3), P(1, 4), P(1, 5), P(1, 6), P(1, 7),
68 P(2, 0), P(2, 1), P(2, 2), P(2, 3), P(2, 4), P(2, 5), P(2, 6), P(2, 7),
69 P(3, 0), P(3, 1), P(3, 2), P(3, 3), P(3, 4), P(3, 5), P(3, 6), P(3, 7),
70 P(4, 0), P(4, 1), P(4, 2), P(4, 3), P(4, 4), P(4, 5), P(4, 6), P(4, 7),
71 P(5, 0), P(5, 1), P(5, 2), P(5, 3), P(5, 4), P(5, 5), P(5, 6), P(5, 7),
72 P(6, 0), P(6, 1), P(6, 2), P(6, 3), P(6, 4), P(6, 5), P(6, 6), P(6, 7),
73 P(7, 0), P(7, 1), P(7, 2), P(7, 3), P(7, 4), P(7, 5), P(7, 6), P(7, 7),
74 P(8, 0), P(8, 1), P(8, 2), P(8, 3), P(8, 4), P(8, 5), P(8, 6), P(8, 7),
76 P(9, 0), P(9, 1), P(9, 2), P(9, 3), P(9, 4), P(9, 5), P(9, 6), P(9, 7),
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
A Dnv50.c58 int P, N, M, id; in read_pll_src() local
75 P = (coef & 0x00070000) >> 16; in read_pll_src()
83 P = (coef & 0x00070000) >> 16; in read_pll_src()
110 P += (coef & 0x00070000) >> 16; in read_pll_src()
119 return (ref * N / M) >> P; in read_pll_src()
198 u32 P = 0; in nv50_clk_read() local
252 return read_pll(clk, 0x004008) >> P; in nv50_clk_read()
256 P = (read_div(clk) & 0x00000700) >> 8; in nv50_clk_read()
273 return read_pll(clk, 0x004028) >> P; in nv50_clk_read()
274 return read_pll(clk, 0x004030) >> P; in nv50_clk_read()
[all …]
A Dpllgt215.c31 u32 freq, int *pN, int *pfN, int *pM, int *P) in gt215_pll_calc() argument
36 *P = info->vco1.max_freq / freq; in gt215_pll_calc()
37 if (*P > info->max_p) in gt215_pll_calc()
38 *P = info->max_p; in gt215_pll_calc()
39 if (*P < info->min_p) in gt215_pll_calc()
40 *P = info->min_p; in gt215_pll_calc()
49 u32 tmp = freq * *P * M; in gt215_pll_calc()
67 err = abs(freq - (info->refclk * N / M / *P)); in gt215_pll_calc()
86 return info->refclk * *pN / *pM / *P; in gt215_pll_calc()
A Dmcp77.c87 u32 P = 0; in mcp77_clk_read() local
107 P = (nvkm_rd32(device, 0x004028) & 0x00070000) >> 16; in mcp77_clk_read()
113 case 0x00000003: return read_pll(clk, 0x004028) >> P; in mcp77_clk_read()
130 P = (nvkm_rd32(device, 0x004020) & 0x00070000) >> 16; in mcp77_clk_read()
134 return nvkm_clk_read(&clk->base, nv_clk_src_href) >> P; in mcp77_clk_read()
137 case 0x00000020: return read_pll(clk, 0x004028) >> P; in mcp77_clk_read()
138 case 0x00000030: return read_pll(clk, 0x004020) >> P; in mcp77_clk_read()
144 P = (read_div(clk) & 0x00000700) >> 8; in mcp77_clk_read()
148 return nvkm_clk_read(&clk->base, nv_clk_src_core) >> P; in mcp77_clk_read()
150 return 500000 >> P; in mcp77_clk_read()
[all …]
A Dpllnv04.c49 int M, N, thisP, P; in getMNP_single() local
73 P = 1 << maxP; in getMNP_single()
74 if ((clk * P) < minvco) { in getMNP_single()
84 P = 1 << thisP; in getMNP_single()
85 clkP = clk * P; in getMNP_single()
107 calcclk = ((N * crystal + P/2) / P + M/2) / M; in getMNP_single()
228 int *N1, int *M1, int *N2, int *M2, int *P) in nv04_pll_calc() argument
233 ret = getMNP_single(subdev, info, freq, N1, M1, P); in nv04_pll_calc()
239 ret = getMNP_double(subdev, info, freq, N1, M1, N2, M2, P); in nv04_pll_calc()
/linux-6.3-rc2/arch/powerpc/perf/
A Disa207-common.c233 ret = P(SNOOP, HIT); in isa207_find_source()
252 ret |= P(SNOOP, HIT); in isa207_find_source()
269 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source()
271 ret = PH(LVL, L2) | LEVEL(L2) | REM | P(SNOOP, HITM) | P(HOPS, 0); in isa207_find_source()
273 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HIT) | P(HOPS, 0); in isa207_find_source()
275 ret = PH(LVL, L3) | LEVEL(L3) | REM | P(SNOOP, HITM) | P(HOPS, 0); in isa207_find_source()
282 P(SNOOP, HIT) | P(HOPS, 2); in isa207_find_source()
285 P(SNOOP, HITM) | P(HOPS, 2); in isa207_find_source()
288 P(SNOOP, HIT) | P(HOPS, 3); in isa207_find_source()
291 P(SNOOP, HITM) | P(HOPS, 3); in isa207_find_source()
[all …]
/linux-6.3-rc2/mm/
A Dpercpu-stats.c19 #define P(X, Y) \ macro
121 P("nr_alloc", chunk->nr_alloc); in chunk_map_stats()
122 P("max_alloc_size", chunk->max_alloc_size); in chunk_map_stats()
124 P("first_bit", chunk_md->first_free); in chunk_map_stats()
125 P("free_bytes", chunk->free_bytes); in chunk_map_stats()
127 P("sum_frag", sum_frag); in chunk_map_stats()
128 P("max_frag", max_frag); in chunk_map_stats()
129 P("cur_min_alloc", cur_min_alloc); in chunk_map_stats()
130 P("cur_med_alloc", cur_med_alloc); in chunk_map_stats()
131 P("cur_max_alloc", cur_max_alloc); in chunk_map_stats()
[all …]
/linux-6.3-rc2/Documentation/arm/nwfpe/
A Dnetwinder-fpe.rst80 ADF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - add
84 DVF{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - divide
107 MVF{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - move
114 RND{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - round
119 NRM{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - normalize
127 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power
133 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
134 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
135 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
136 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
[all …]
A Dtodo.rst6 POW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - power
7 RPW{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - reverse power
10 LOG{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base 10
11 LGN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - logarithm to base e
12 EXP{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - exponent
13 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
14 COS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - cosine
15 TAN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - tangent
16 ASN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arcsine
17 ACS{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - arccosine
[all …]
/linux-6.3-rc2/kernel/sched/
A Ddebug.c491 #undef P in print_cfs_group_stats()
673 #define P(x) \ in print_rt_rq() macro
690 #undef P in print_rt_rq()
749 #undef P in print_cpu()
767 #undef P in print_cpu()
799 #define P(x) \ in sched_debug_header() macro
806 P(jiffies); in sched_debug_header()
811 #undef P in sched_debug_header()
827 #undef P in sched_debug_header()
1044 P(policy); in proc_sched_show_task()
[all …]
/linux-6.3-rc2/tools/perf/util/
A Dmem-events.c566 if (op & P(OP, LOAD)) { in c2c_decode_stats()
575 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
580 if (lvl & P(LVL, L2)) { in c2c_decode_stats()
586 if (lvl & P(LVL, L3 )) { in c2c_decode_stats()
598 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
608 if (snoop & P(SNOOP, HIT)) in c2c_decode_stats()
628 if ((lvl & P(LVL, MISS))) in c2c_decode_stats()
640 if (lvl & P(LVL, HIT)) { in c2c_decode_stats()
644 if (lvl & P(LVL, MISS)) in c2c_decode_stats()
646 if (lvl & P(LVL, NA)) in c2c_decode_stats()
[all …]
/linux-6.3-rc2/security/apparmor/include/
A Dlabel.h156 #define label_for_each(I, L, P) \ argument
160 #define label_for_each_cont(I, L, P) \ argument
190 #define label_for_each_confined(I, L, P) \ argument
192 ((P) = (L)->vec[(I).i]); \
213 #define label_for_each_in_ns(I, NS, L, P) \ argument
215 ((P) = (L)->vec[(I).i]); \
218 #define fn_for_each_in_ns(L, P, FN) \ argument
230 #define fn_for_each_XXX(L, P, FN, ...) \ argument
240 #define fn_for_each(L, P, FN) fn_for_each_XXX(L, P, FN) argument
241 #define fn_for_each_confined(L, P, FN) fn_for_each_XXX(L, P, FN, _confined) argument
[all …]
A Dlib.h233 #define fn_label_build(L, P, GFP, FN) \ argument
249 label_for_each(__i, (L), (P)) { \
260 label_for_each(__i, __lvec[__j], (P)) \
261 __pvec[__k++] = aa_get_profile(P); \
278 (P) = labels_profile(L); \
288 #define __fn_build_in_ns(NS, P, NS_FN, OTHER_FN) \ argument
291 if ((P)->ns != (NS)) \
298 #define fn_label_build_in_ns(L, P, GFP, NS_FN, OTHER_FN) \ argument
300 fn_label_build((L), (P), (GFP), \
301 __fn_build_in_ns(labels_ns(L), (P), (NS_FN), (OTHER_FN))); \
/linux-6.3-rc2/arch/x86/events/intel/
A Dds.c73 #define OP_LH (P(OP, LOAD) | P(LVL, HIT))
76 #define SNOOP_NONE_MISS (P(SNOOP, NONE) | P(SNOOP, MISS))
80 P(OP, LOAD) | P(LVL, MISS) | LEVEL(L3) | P(SNOOP, NA),/* 0x00:ukn L3 */
83 OP_LH | P(LVL, L2) | LEVEL(L2) | P(SNOOP, NONE), /* 0x03: L2 hit */
84 OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, NONE), /* 0x04: L3 hit */
94 OP_LH | P(LVL, IO) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0e: I/O */
124 data_source[0x05] = OP_LH | P(LVL, L3) | LEVEL(L3) | P(SNOOP, HIT); in __intel_pmu_pebs_data_source_grt()
173 u64 val = P(OP, STORE) | P(SNOOP, NA) | P(LVL, L1) | P(TLB, L2); in precise_store_data()
244 *val |= P(TLB, MISS) | P(TLB, L2); in pebs_set_tlb_lock()
246 *val |= P(TLB, HIT) | P(TLB, L1) | P(TLB, L2); in pebs_set_tlb_lock()
[all …]
/linux-6.3-rc2/Documentation/admin-guide/pm/
A Dintel_pstate.rst107 internal P-state selection logic. What those hints are depends on which P-state
232 Turbo P-states Support
240 The P-states above the turbo threshold are referred to as "turbo P-states" and
281 non-turbo P-state) and the minimum supported P-state are specific to the
308 * The minimum supported P-state.
314 * The maximum supported `one-core turbo P-state <turbo_>`_ (if turbo P-states
348 P-state <turbo_>`_).
357 P-state <turbo_>`_).
366 `Turbo P-states Support`_).
508 Coordination of P-State Limits
[all …]
/linux-6.3-rc2/crypto/
A Dblowfish_common.c305 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })
313 const u32 *P = bctx->p; in encrypt_block() local
335 yl ^= P[16]; in encrypt_block()
336 yr ^= P[17]; in encrypt_block()
348 u32 *P = ctx->p; in blowfish_setkey() local
360 P[i] = bf_pbox[i]; in blowfish_setkey()
369 P[i] = P[i] ^ temp; in blowfish_setkey()
379 P[i] = data[0]; in blowfish_setkey()
380 P[i + 1] = data[1]; in blowfish_setkey()
A Dblowfish_generic.c35 #define ROUND(a, b, n) ({ b ^= P[n]; a ^= bf_F(b); })
40 const u32 *P = ctx->p; in bf_encrypt() local
62 yl ^= P[16]; in bf_encrypt()
63 yr ^= P[17]; in bf_encrypt()
72 const u32 *P = ctx->p; in bf_decrypt() local
94 yl ^= P[1]; in bf_decrypt()
95 yr ^= P[0]; in bf_decrypt()
/linux-6.3-rc2/drivers/isdn/mISDN/
A Ddsp_blowfish.c374 u32 *P = dsp->bf_p; in dsp_bf_encrypt() local
422 yl ^= P[16]; in dsp_bf_encrypt()
423 yr ^= P[17]; in dsp_bf_encrypt()
466 u32 *P = dsp->bf_p; in dsp_bf_decrypt() local
520 yr ^= P[17]; in dsp_bf_decrypt()
521 yl ^= P[16]; in dsp_bf_decrypt()
585 yl ^= P[16]; in encrypt_block()
586 yr ^= P[17]; in encrypt_block()
629 P[i] = bf_pbox[i]; in dsp_bf_init()
638 P[i] = P[i] ^ temp; in dsp_bf_init()
[all …]
/linux-6.3-rc2/kernel/time/
A Dtimer_list.c125 #define P(x) \ in print_cpu() macro
134 P(hres_active); in print_cpu()
135 P(nr_events); in print_cpu()
136 P(nr_retries); in print_cpu()
137 P(nr_hangs); in print_cpu()
140 #undef P in print_cpu()
144 # define P(x) \ in print_cpu() macro
152 P(nohz_mode); in print_cpu()
156 P(idle_calls); in print_cpu()
164 P(next_timer); in print_cpu()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_overlay.c1489 P(OBUF_0Y); in intel_overlay_print_error_state()
1490 P(OBUF_1Y); in intel_overlay_print_error_state()
1497 P(UV_VPH); in intel_overlay_print_error_state()
1501 P(DWINSZ); in intel_overlay_print_error_state()
1502 P(SWIDTH); in intel_overlay_print_error_state()
1507 P(OCLRC0); in intel_overlay_print_error_state()
1508 P(OCLRC1); in intel_overlay_print_error_state()
1509 P(DCLRKV); in intel_overlay_print_error_state()
1510 P(DCLRKM); in intel_overlay_print_error_state()
1515 P(OCMD); in intel_overlay_print_error_state()
[all …]
/linux-6.3-rc2/crypto/async_tx/
A Dasync_pq.c26 #define P(b, d) (b[d-2]) macro
182 &P(blocks, disks), 2, in async_gen_syndrome()
225 if (P(blocks, disks)) in async_gen_syndrome()
227 P(offsets, disks), in async_gen_syndrome()
257 if (!P(blocks, disks)) { in async_gen_syndrome()
259 P(offsets, disks) = 0; in async_gen_syndrome()
335 if (!P(blocks, disks)) { in async_syndrome_val()
340 P(offsets, disks), len, in async_syndrome_val()
412 P(blocks, disks) = NULL; in async_syndrome_val()
425 P(blocks, disks) = p_src; in async_syndrome_val()
[all …]
/linux-6.3-rc2/fs/jfs/
A Djfs_btree.h54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
59 P = (TYPE *)&JFS_IP(IP)->ROOT;\
67 P = (MP)->data;\
69 P = NULL;\
142 #define BT_GETSEARCH(IP, LEAF, BN, MP, TYPE, P, INDEX, ROOT)\ argument
147 P = (TYPE *)MP->data;\
149 P = (TYPE *)&JFS_IP(IP)->ROOT;\
/linux-6.3-rc2/net/9p/
A DKconfig3 # 9P protocol configuration
20 tristate "9P FD Transport"
27 tristate "9P Virtio Transport"
35 tristate "9P Xen Transport"
43 tristate "9P RDMA Transport (Experimental)"
50 Say Y if you want the 9P subsystem to log debug information.
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Dmarvell,armada-3700-uart-clock.yaml23 "TBG-A-P", "TBG-B-P", "TBG-A-S", "TBG-B-S", "xtal"
32 - const: TBG-A-P
33 - const: TBG-B-P
57 clock-names = "TBG-A-P", "TBG-B-P", "TBG-A-S", "TBG-B-S", "xtal";
/linux-6.3-rc2/Documentation/s390/
A Dconfig3270.sh16 P=/proc/tty/driver/tty3270
30 if ! ls $P > /dev/null 2>&1; then
33 ls $P > /dev/null 2>&1 || exit 1
51 echo what=config > $P
70 done < $P

Completed in 64 milliseconds

12345678910>>...16