Home
last modified time | relevance | path

Searched refs:P1 (Results 1 – 25 of 109) sorted by relevance

12345

/kernel/linux/linux-5.10/drivers/block/paride/
Don26.c40 #define P1 w2(5);w2(0xd);w2(5);w2(0xd);w2(5);w2(4); macro
55 case 0: w0(1); P1; w0(r); P2; w0(0); P1; in on26_read_regr()
61 case 1: w0(1); P1; w0(r); P2; w0(0); P1; in on26_read_regr()
85 case 1: w0(1); P1; w0(r); P2; w0(0); P1; in on26_write_regr()
112 w0(2); P1; w0(8); P2; in on26_connect()
113 w0(2); P1; w0(x); P2; in on26_connect()
119 else { w0(4); P1; w0(4); P1; } in on26_disconnect()
152 w0(2); P1; w0(0); P2; in on26_test_port()
153 w0(3); P1; w0(0); P2; in on26_test_port()
154 w0(2); P1; w0(8); P2; udelay(100); in on26_test_port()
[all …]
Ddstr.c37 #define P1 w2(5);w2(0xd);w2(5);w2(4); macro
53 w0(0x81); P1; in dstr_read_regr()
55 P2; w0(r); P1; in dstr_read_regr()
80 w0(0x81); P1; in dstr_write_regr()
82 P2; w0(r); P1; in dstr_write_regr()
119 w0(0x81); P1; in dstr_read_block()
121 P2; w0(0x82); P1; P3; w0(0x20); P1; in dstr_read_block()
161 w0(0x81); P1; in dstr_write_block()
163 P2; w0(0x82); P1; P3; w0(0x20); P1; in dstr_write_block()
Dcomm.c36 #define P1 w2(5);w2(0xd);w2(0xd);w2(5);w2(4); macro
53 case 0: w0(r); P1; w0(0); in comm_read_regr()
57 case 1: w0(r+0x20); P1; in comm_read_regr()
80 case 1: w0(r); P1; w0(val); P2; in comm_write_regr()
114 case 0: w0(0x48); P1; in comm_read_block()
122 case 1: w0(0x68); P1; w0(0); in comm_read_block()
156 case 1: w0(0x68); P1; in comm_write_block()
/kernel/linux/linux-5.10/arch/arm/boot/dts/
Dam335x-pocketbeagle.dts66 "P1.08 [SPI0_CLK]",
67 "P1.10 [SPI0_MISO]",
68 "P1.12 [SPI0_MOSI]",
69 "P1.06 [SPI0_CS]",
76 "P1.26 [I2C2_SDA]",
77 "P1.28 [I2C2_SCL]",
84 "P1.20 [PRU0.16]",
90 "P1.34",
110 "P1.32 [UART0_RX]",
111 "P1.30 [UART0_TX]",
[all …]
Dexynos5250-smdk5250.dts148 regulator-name = "P1.0V_LDO_OUT1";
155 regulator-name = "P1.2V_LDO_OUT2";
162 regulator-name = "P1.8V_LDO_OUT3";
175 regulator-name = "P1.8V_LDO_OUT5";
181 regulator-name = "P1.1V_LDO_OUT6";
188 regulator-name = "P1.1V_LDO_OUT7";
195 regulator-name = "P1.0V_LDO_OUT8";
201 regulator-name = "P1.8V_LDO_OUT10";
208 regulator-name = "P1.8V_LDO_OUT11";
220 regulator-name = "P1.8V_LDO_OUT13";
[all …]
Dexynos5250-spring.dts155 regulator-name = "P1.0V_LDO_OUT4";
163 regulator-name = "P1.0V_LDO_OUT5";
179 regulator-name = "P1.1V_LDO_OUT7";
187 regulator-name = "P1.0V_LDO_OUT8";
195 regulator-name = "P1.8V_LDO_OUT10";
203 regulator-name = "P1.8V_LDO_OUT11";
219 regulator-name = "P1.8V_LDO_OUT13";
227 regulator-name = "P1.8V_LDO_OUT14";
235 regulator-name = "P1.0V_LDO_OUT15";
243 regulator-name = "P1.8V_LDO_OUT16";
[all …]
Dexynos5250-snow-common.dtsi304 regulator-name = "P1.0V_LDO_OUT1";
311 regulator-name = "P1.8V_LDO_OUT2";
318 regulator-name = "P1.8V_LDO_OUT3";
325 regulator-name = "P1.1V_LDO_OUT7";
332 regulator-name = "P1.0V_LDO_OUT8";
339 regulator-name = "P1.8V_LDO_OUT10";
353 regulator-name = "P1.8V_LDO_OUT14";
360 regulator-name = "P1.0V_LDO_OUT15";
367 regulator-name = "P1.8V_LDO_OUT16";
406 regulator-name = "P1.8V_BUCK_OUT5";
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/clk/
Dnv50.c380 int N, M, P1, P2; in nv50_clk_calc() local
399 freq = calc_div(core, vdec, &P1); in nv50_clk_calc()
412 divsv |= P1 << 8; in nv50_clk_calc()
433 calc_div(freq, dom6, &P1); in nv50_clk_calc()
436 divsv |= P1; in nv50_clk_calc()
459 freq = calc_pll(clk, 0x4028, core, &N, &M, &P1); in nv50_clk_calc()
464 0x80000000 | (P1 << 19) | (P1 << 16)); in nv50_clk_calc()
473 if (P1-- && shader == (core << 1)) { in nv50_clk_calc()
474 clk_mask(hwsq, spll[0], 0xc03f0100, (P1 << 19) | (P1 << 16)); in nv50_clk_calc()
477 freq = calc_pll(clk, 0x4020, shader, &N, &M, &P1); in nv50_clk_calc()
[all …]
Dmcp77.c211 int N, M, P1, P2 = 0; in mcp77_clk_calc() local
219 clock = calc_pll(clk, 0x4028, (core << 1), &N, &M, &P1); in mcp77_clk_calc()
228 if(P1 > 2) { in mcp77_clk_calc()
229 P2 = P1 - 2; in mcp77_clk_calc()
230 P1 = 2; in mcp77_clk_calc()
237 clk->cpost = (1 << P1) << 16; in mcp77_clk_calc()
245 clock = calc_pll(clk, 0x4020, shader, &N, &M, &P1); in mcp77_clk_calc()
257 clk->sctrl = P1 << 16; in mcp77_clk_calc()
263 clock = calc_P(500000, vdec, &P1); in mcp77_clk_calc()
269 clk->vdiv = P1 << 16; in mcp77_clk_calc()
/kernel/linux/linux-5.10/tools/memory-model/litmus-tests/
DZ6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus8 * if there is more than one. Of the three processes, only P1() reads from
9 * P0's write, which means that there are two non-rf links: P1() to P2()
25 P1(int *y, int *z)
DS+poonceonces.litmus7 * first store against P1()'s final load, if the smp_store_release()
20 P1(int *x, int *y)
DISA2+pooncelock+pooncelock+pombonce.litmus7 * (in P0() and P1()) is visible to external process P2().
20 P1(int *y, int *z, spinlock_t *mylock)
DMP+poonceonces.litmus18 P1(int *x, int *y)
DCoRR+poonceonce+Once.litmus17 P1(int *x)
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
Dstan.S33 | U = r + r*s*(P1 + s*(P2 + s*P3)), and
39 | U = r + r*s*(P1 + s*(P2 + s*P3)), and
230 faddx TANP1,%fp2 | ...P1+S(P2+SP3)
233 fmulx %fp1,%fp2 | ...S(P1+S(P2+SP3))
236 fmulx %fp0,%fp2 | ...RS(P1+S(P2+SP3))
241 faddx %fp2,%fp0 | ...R+RS(P1+S(P2+SP3))
268 faddx TANP1,%fp2 | ...P1+S(P2+SP3)
271 fmulx %fp0,%fp2 | ...S(P1+S(P2+SP3))
274 fmulx %fp1,%fp2 | ...RS(P1+S(P2+SP3))
279 faddx %fp2,%fp1 | ...R+RS(P1+S(P2+SP3))
/kernel/linux/linux-5.10/security/apparmor/include/
Dperms.h107 #define xcheck_ns_profile_profile(P1, P2, FN, args...) \ argument
110 if (P1->ns == P2->ns) \
111 ____e = FN((P1), (P2), args); \
/kernel/linux/linux-5.10/arch/c6x/lib/
Dmpyll.S19 ;; P1 = X0*Y1 + X1*Y0
22 ;; result = (P2 << 64) + (P1 << 32) + P0
/kernel/linux/linux-5.10/drivers/ata/
Data_piix.c106 P1 = 1, /* port 1 */ enumerator
343 { P0, NA, P1, NA }, /* 000b */
344 { P1, NA, P0, NA }, /* 001b */
347 { P0, P1, IDE, IDE }, /* 100b */
348 { P1, P0, IDE, IDE }, /* 101b */
349 { IDE, IDE, P0, P1 }, /* 110b */
350 { IDE, IDE, P1, P0 }, /* 111b */
359 { P0, P2, P1, P3 }, /* 00b */
360 { IDE, IDE, P1, P3 }, /* 01b */
377 { IDE, IDE, P1, P3 }, /* 01b */
[all …]
/kernel/linux/linux-5.10/tools/memory-model/Documentation/
Dlitmus-tests.txt78 11 P1(int *x, int *y)
114 The name of the first process is "P0" and that of the second "P1".
118 for example, a .litmus file matching "^P1(" but not matching "^P2("
123 names are significant. The fact that both P0() and P1() have a formal
126 and P1() mean that both processes are working with two shared global
130 P0() has no local variables, but P1() has two of them named "r0" and "r1".
151 The P1() process declares two local variables on lines 13 and 14.
155 variable "r1". Both "x" and "y" are in P1()'s parameter list, so both
175 flag ("y") set but the buffer ("x") as not yet filled in, that is, if P1()
221 both of P1()'s loads returned the value "0". As expected, given the
[all …]
Dexplanation.txt121 P1()
132 CPU and P1() represents the read() routine running on another. The
134 Thus, P0 stores the data in buf and then sets flag. Meanwhile, P1
153 A memory model will predict what values P1 might obtain for its loads
162 instance, P1 might run entirely before P0 begins, in which case r1 and
163 r2 will both be 0 at the end. Or P0 might run entirely before P1
167 routines run concurrently. One possibility is that P1 runs after P0's
169 will again both be 0. (If P1 had been designed to read buf
196 Since r1 = 1, P0 must store 1 to flag before P1 loads 1 from
199 P1 loads from flag before loading from buf, since CPUs execute
[all …]
/kernel/linux/linux-5.10/arch/hexagon/mm/
Dstrnlen_user.S52 P1 = cmp.gtu(end,start); define
56 if (!P1) jump exit_error; /* hit the end */
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/
Dkernel-entry-init.h48 xor t1, t1, 0x9000 # 63-P1
54 xor t1, t1, 0x9100 # 68-P1
60 slti t1, t1, 2 # 66-P1.2 and later good.
/kernel/linux/linux-5.10/drivers/video/logo/
Dlogo_linux_mono.pbm1 P1
Dlogo_superh_mono.pbm1 P1
/kernel/linux/linux-5.10/Documentation/admin-guide/auxdisplay/
Dcfag12864b.rst75 Ground (21)---[GND] [GND]---[P1]---(18) Vee - R = Resistor = 22 ohm
76 Ground (22)---[GND] | - P1 = Preset = 10 Kohm

12345