/linux-6.1.9/drivers/block/paride/ |
D | on26.c | 41 #define P2 w2(5);w2(7);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() 86 w0(val); P2; w0(val); P2; in on26_write_regr() 112 w0(2); P1; w0(8); P2; in on26_connect() 113 w0(2); P1; w0(x); P2; in on26_connect() 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 | 38 #define P2 w2(5);w2(7);w2(5);w2(4); macro 55 P2; w0(r); P1; in dstr_read_regr() 82 P2; w0(r); P1; in dstr_write_regr() 121 P2; w0(0x82); P1; P3; w0(0x20); P1; in dstr_read_block() 163 P2; w0(0x82); P1; P3; w0(0x20); P1; in dstr_write_block()
|
D | comm.c | 37 #define P2 w2(5);w2(7);w2(7);w2(5);w2(4); macro 80 case 1: w0(r); P1; w0(val); P2; in comm_write_regr()
|
/linux-6.1.9/arch/arm/boot/dts/ |
D | am335x-pocketbeagle.dts | 71 "P2.29 [SPI1_CLK]", 78 "P2.11 [I2C1_SDA]", 79 "P2.09 [I2C1_SCL]", 83 "P2.31 [SPI1_CS]", 87 "P2.03", 91 "P2.19", 94 "P2.05 [UART4_RX]", 95 "P2.07 [UART4_TX]"; 109 "P2.25 [SPI1_MOSI]", 112 "P2.24", [all …]
|
D | lpc3250-ea3250.dts | 57 gpios = <&gpio 2 0 0>; /* P2.0 */ 63 gpios = <&gpio 2 1 0>; /* P2.1 */ 69 gpios = <&gpio 2 2 0>; /* P2.2 */ 75 gpios = <&gpio 2 3 0>; /* P2.3 */ 81 gpios = <&gpio 2 4 0>; /* P2.4 */ 97 gpios = <&gpio 2 10 1>; /* P2.10, active low */ 102 gpios = <&gpio 2 11 1>; /* P2.11, active low */ 107 gpios = <&gpio 2 12 1>; /* P2.12, active low */
|
D | kirkwood-topkick.dts | 8 model = "Universal Scientific Industrial Co. Topkick-1281P2"; 9 compatible = "usi,topkick-1281P2", "usi,topkick", "marvell,kirkwood-88f6282", "marvell,kirkwood";
|
/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 224 faddx TANP2,%fp2 | ...P2+SP3 227 fmulx %fp1,%fp2 | ...S(P2+SP3) 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)) 262 faddx TANP2,%fp2 | ...P2+SP3 265 fmulx %fp0,%fp2 | ...S(P2+SP3) [all …]
|
/linux-6.1.9/tools/memory-model/litmus-tests/ |
D | ISA2+pooncerelease+poacquirerelease+poacquireonce.litmus | 7 * to order P0()'s initial write against P2()'s final read. The reason 9 * case (P2() to P0()), each process reads from the preceding process's 30 P2(int *x, int *z)
|
D | Z6.0+pooncerelease+poacquirerelease+fencembonceonce.litmus | 9 * P0's write, which means that there are two non-rf links: P1() to P2() 10 * is a write-to-write link (AKA a "coherence" or just "co" link) and P2() 33 P2(int *x, int *z)
|
D | ISA2+pooncelock+pooncelock+pombonce.litmus | 7 * (in P0() and P1()) is visible to external process P2(). 30 P2(int *x, int *z)
|
D | WRC+poonceonces+Once.litmus | 26 P2(int *x, int *y)
|
D | ISA2+poonceonces.litmus | 28 P2(int *x, int *z)
|
D | WRC+pooncerelease+fencermbonceonce+Once.litmus | 28 P2(int *x, int *y)
|
D | Z6.0+pooncelock+poonceLock+pombonce.litmus | 33 P2(int *x, int *z)
|
D | Z6.0+pooncelock+pooncelock+pombonce.litmus | 31 P2(int *x, int *z)
|
D | IRIW+poonceonces+OnceOnce.litmus | 29 P2(int *y)
|
D | IRIW+fencembonceonces+OnceOnce.litmus | 30 P2(int *y)
|
/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/gpu/drm/nouveau/nvkm/subdev/clk/ |
D | mcp77.c | 208 int N, M, P1, P2 = 0; in mcp77_clk_calc() local 226 P2 = P1 - 2; in mcp77_clk_calc() 233 clk->cctrl = (P2 + 1) << 16; in mcp77_clk_calc() 248 (divs + P2) <= 7) { in mcp77_clk_calc() 250 clk->sctrl = (divs + P2) << 16; in mcp77_clk_calc()
|
D | nv50.c | 381 int N, M, P1, P2; in nv50_clk_calc() local 407 out = calc_div(out, vdec, &P2); in nv50_clk_calc() 416 divsv |= P2 << 8; in nv50_clk_calc()
|
/linux-6.1.9/drivers/usb/serial/ |
D | io_ionsp.h | 424 #define GET_TX_BUFFER_SIZE(P2) (((P2) + 1) * 64) argument
|
/linux-6.1.9/Documentation/admin-guide/auxdisplay/ |
D | cfag12864b.rst | 77 Ground (23)---[GND] ---- S ------( 3) V0 - P2 = Preset = 1 Kohm 79 Ground (25)---[GND] [GND]---[P2]---[R]---(20) LED -
|
/linux-6.1.9/drivers/ata/ |
D | ata_piix.c | 108 P2 = 2, /* port 2 */ enumerator 360 { P0, P2, P1, P3 }, /* 00b */ 362 { P0, P2, IDE, IDE }, /* 10b */ 377 { P0, P2, NA, NA }, /* 00b */ 379 { P0, P2, IDE, IDE }, /* 10b */ 389 { P0, P2, P1, P3 }, /* 00b (hardwired when in AHCI) */ 391 { P0, P2, IDE, IDE }, /* 10b (IDE mode) */ 415 { P0, P2, IDE, IDE }, /* 10b */
|
/linux-6.1.9/Documentation/devicetree/bindings/gpio/ |
D | gpio_lpc32xx.txt | 11 2: GPIO P2
|