/linux-6.1.9/drivers/block/paride/ |
D | on26.c | 40 #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 …]
|
D | dstr.c | 37 #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()
|
D | comm.c | 36 #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()
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | am335x-pocketbeagle.dts | 66 "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 …]
|
D | exynos5250-smdk5250.dts | 148 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 …]
|
D | exynos5250-spring.dts | 156 regulator-name = "P1.0V_LDO_OUT4"; 164 regulator-name = "P1.0V_LDO_OUT5"; 180 regulator-name = "P1.1V_LDO_OUT7"; 188 regulator-name = "P1.0V_LDO_OUT8"; 196 regulator-name = "P1.8V_LDO_OUT10"; 204 regulator-name = "P1.8V_LDO_OUT11"; 220 regulator-name = "P1.8V_LDO_OUT13"; 228 regulator-name = "P1.8V_LDO_OUT14"; 236 regulator-name = "P1.0V_LDO_OUT15"; 244 regulator-name = "P1.8V_LDO_OUT16"; [all …]
|
D | exynos5250-snow-common.dtsi | 304 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 …]
|
D | aspeed-bmc-amd-ethanolx.dts | 149 //APML for P1 174 //P1 Power regulators 179 //P0/P1 Thermal diode
|
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | nv50.c | 381 int N, M, P1, P2; in nv50_clk_calc() local 400 freq = calc_div(core, vdec, &P1); in nv50_clk_calc() 413 divsv |= P1 << 8; in nv50_clk_calc() 434 calc_div(freq, dom6, &P1); in nv50_clk_calc() 437 divsv |= P1; in nv50_clk_calc() 460 freq = calc_pll(clk, 0x4028, core, &N, &M, &P1); in nv50_clk_calc() 465 0x80000000 | (P1 << 19) | (P1 << 16)); in nv50_clk_calc() 474 if (P1-- && shader == (core << 1)) { in nv50_clk_calc() 475 clk_mask(hwsq, spll[0], 0xc03f0100, (P1 << 19) | (P1 << 16)); in nv50_clk_calc() 478 freq = calc_pll(clk, 0x4020, shader, &N, &M, &P1); in nv50_clk_calc() [all …]
|
D | mcp77.c | 208 int N, M, P1, P2 = 0; in mcp77_clk_calc() local 216 clock = calc_pll(clk, 0x4028, (core << 1), &N, &M, &P1); in mcp77_clk_calc() 225 if(P1 > 2) { in mcp77_clk_calc() 226 P2 = P1 - 2; in mcp77_clk_calc() 227 P1 = 2; in mcp77_clk_calc() 234 clk->cpost = (1 << P1) << 16; in mcp77_clk_calc() 242 clock = calc_pll(clk, 0x4020, shader, &N, &M, &P1); in mcp77_clk_calc() 254 clk->sctrl = P1 << 16; in mcp77_clk_calc() 260 clock = calc_P(500000, vdec, &P1); in mcp77_clk_calc() 266 clk->vdiv = P1 << 16; in mcp77_clk_calc()
|
/linux-6.1.9/tools/memory-model/litmus-tests/ |
D | Z6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus | 8 * 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)
|
D | S+poonceonces.litmus | 7 * first store against P1()'s final load, if the smp_store_release() 20 P1(int *x, int *y)
|
D | ISA2+pooncelock+pooncelock+pombonce.litmus | 7 * (in P0() and P1()) is visible to external process P2(). 20 P1(int *y, int *z, spinlock_t *mylock)
|
D | CoRR+poonceonce+Once.litmus | 17 P1(int *x)
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | stan.S | 33 | 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))
|
/linux-6.1.9/security/apparmor/include/ |
D | perms.h | 107 #define xcheck_ns_profile_profile(P1, P2, FN, args...) \ argument 110 if (P1->ns == P2->ns) \ 111 ____e = FN((P1), (P2), args); \
|
D | label.h | 174 #define label_for_each_comb(I, L1, L2, P1, P2) \ argument 176 ((P1) = (L1)->vec[(I).i]) && ((P2) = (L2)->vec[(I).j]); \ 179 #define fn_for_each_comb(L1, L2, P1, P2, FN) \ argument 183 label_for_each_comb(i, (L1), (L2), (P1), (P2)) { \
|
/linux-6.1.9/drivers/ata/ |
D | ata_piix.c | 107 P1 = 1, /* port 1 */ enumerator 344 { P0, NA, P1, NA }, /* 000b */ 345 { P1, NA, P0, NA }, /* 001b */ 348 { P0, P1, IDE, IDE }, /* 100b */ 349 { P1, P0, IDE, IDE }, /* 101b */ 350 { IDE, IDE, P0, P1 }, /* 110b */ 351 { IDE, IDE, P1, P0 }, /* 111b */ 360 { P0, P2, P1, P3 }, /* 00b */ 361 { IDE, IDE, P1, P3 }, /* 01b */ 378 { IDE, IDE, P1, P3 }, /* 01b */ [all …]
|
/linux-6.1.9/tools/memory-model/Documentation/ |
D | explanation.txt | 121 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 …]
|
D | litmus-tests.txt | 78 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 …]
|
/linux-6.1.9/arch/mips/include/asm/mach-cavium-octeon/ |
D | kernel-entry-init.h | 48 xor t1, t1, 0x9000 # 63-P1 54 xor t1, t1, 0x9100 # 68-P1 60 slti t1, t1, 2 # 66-P1.2 and later good.
|
/linux-6.1.9/drivers/video/logo/ |
D | logo_linux_mono.pbm | 1 P1
|
D | logo_superh_mono.pbm | 1 P1
|
/linux-6.1.9/Documentation/admin-guide/auxdisplay/ |
D | cfag12864b.rst | 75 Ground (21)---[GND] [GND]---[P1]---(18) Vee - R = Resistor = 22 ohm 76 Ground (22)---[GND] | - P1 = Preset = 10 Kohm
|
/linux-6.1.9/Documentation/litmus-tests/atomic/ |
D | Atomic-RMW-ops-are-atomic-WRT-atomic_set.litmus | 19 P1(atomic_t *v)
|