/linux-3.4.99/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-3.4.99/arch/blackfin/lib/ |
D | outs.S | 19 P1 = R1; /* P1 = address */ define 23 .Llong_loop_s: R0 = [P1++]; 32 P1 = R1; /* P1 = address */ define 36 .Lword_loop_s: R0 = W[P1++]; 45 P1 = R1; /* P1 = address */ define 49 .Lbyte_loop_s: R0 = B[P1++]; 58 P1 = R1; /* P1 = address */ define 62 .Lword8_loop_s: R1 = B[P1++]; 63 R0 = B[P1++];
|
D | memcpy.S | 36 P1 = R1 ; /* src*/ define 64 R3 = B[P1++] (X); 74 I1 = P1; 91 P1 = I1; /* in case there's something left, */ define 99 R1 = B[P1++] (X); 114 P1 = P1 + P2; define 115 P1 += -1; 118 R1 = B[P1--] (X);
|
D | ins.S | 78 P1 = R1; /* P1 = address */ \ 93 [P1++] = R0; \ 98 W[P1++] = R0; \ 103 B[P1++] = R0; \ 105 B[P1++] = R0; \ 110 B[P1++] = R0; \ 115 W[P1++] = R0; \ 117 W[P1++] = R0; \
|
D | memset.S | 39 P1 = P2 >> 2; /* count = n/4 */ define 45 LSETUP (.Lquad_loop , .Lquad_loop) LC0=P1; 75 P1 = R0; define 81 P2 -= P1; /* reduce count */
|
D | strcpy.S | 26 P1 = R1 ; /* src*/ define 29 R1 = B [P1++] (Z);
|
D | memmove.S | 42 P1 = P2 >> 2; /* count = n/4 */ define 43 P1 += -1; 49 LSETUP (.Lquad_loops, .Lquad_loope) LC0=P1;
|
D | strcmp.S | 28 P1 = R1 ; /* s2 */ define 32 R1 = B[P1++] (Z); /* get *s2 */
|
D | strncmp.S | 29 P1 = R1 ; /* s2 */ define 32 R1 = B[P1++] (Z); /* get *s2 */
|
D | strncpy.S | 32 P1 = R1 ; /* src*/ define 36 R1 = B [P1++] (Z);
|
D | memcmp.S | 34 P1 = P2 >> 2; /* count = n/4 */ define 39 LSETUP (.Lquad_loop_s, .Lquad_loop_e) LC0=P1;
|
D | divsi3.S | 109 P1 = 31; /* Set loop counter */ define 122 LSETUP(.Llst,.Llend) LC0 = P1; /* Setup loop */
|
D | udivsi3.S | 148 P1 = 32; /* Set loop counter */ define 149 LSETUP(.Lulst, .Lulend) LC0 = P1; /* Set loop counter */
|
/linux-3.4.99/arch/blackfin/mach-common/ |
D | cache.S | 44 P1 = R2; define 51 LSETUP (1f, 2f) LC1 = P1; 122 P1 = 1 << (PAGE_SHIFT - L1_CACHE_SHIFT); define
|
D | dpmc_modes.S | 199 P1.L = lo(EBIU_SDSTAT); 200 P1.H = hi(EBIU_SDSTAT); 208 R2 = w[P1]; 292 #define PM_REG12 P1 603 P1.H = _hibernate_mode; 604 P1.L = _hibernate_mode; 617 call (P1); /* Goodbye */
|
/linux-3.4.99/drivers/gpu/drm/nouveau/ |
D | nv50_pm.c | 596 int N, M, P1, P2; in nv50_pm_clocks_pre() local 645 clk = calc_div(perflvl->core, perflvl->vdec, &P1); in nv50_pm_clocks_pre() 659 divs |= P1 << 8; in nv50_pm_clocks_pre() 677 clk = calc_div(clk, perflvl->dom6, &P1); in nv50_pm_clocks_pre() 680 divs |= P1; in nv50_pm_clocks_pre() 709 clk = calc_pll(dev, 0x4028, &pll, perflvl->core, &N, &M, &P1); in nv50_pm_clocks_pre() 717 hwsq_wr32(hwsq, 0x004028, 0x80000000 | (P1 << 19) | (P1 << 16) | ctrl); in nv50_pm_clocks_pre() 728 if (P1-- && perflvl->shader == (perflvl->core << 1)) { in nv50_pm_clocks_pre() 729 hwsq_wr32(hwsq, 0x004020, (P1 << 19) | (P1 << 16) | ctrl); in nv50_pm_clocks_pre() 732 clk = calc_pll(dev, 0x4020, &pll, perflvl->shader, &N, &M, &P1); in nv50_pm_clocks_pre() [all …]
|
/linux-3.4.99/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-3.4.99/drivers/ata/ |
D | ata_piix.c | 123 P1 = 1, /* port 1 */ enumerator 432 { P0, NA, P1, NA }, /* 000b */ 433 { P1, NA, P0, NA }, /* 001b */ 436 { P0, P1, IDE, IDE }, /* 100b */ 437 { P1, P0, IDE, IDE }, /* 101b */ 438 { IDE, IDE, P0, P1 }, /* 110b */ 439 { IDE, IDE, P1, P0 }, /* 111b */ 448 { P0, P2, P1, P3 }, /* 00b */ 449 { IDE, IDE, P1, P3 }, /* 01b */ 466 { IDE, IDE, P1, P3 }, /* 01b */ [all …]
|
/linux-3.4.99/arch/hexagon/mm/ |
D | strnlen_user.S | 65 P1 = cmp.gtu(end,start); define 69 if (!P1) jump exit_error; /* hit the end */
|
/linux-3.4.99/arch/c6x/lib/ |
D | mpyll.S | 31 ;; P1 = X0*Y1 + X1*Y0 34 ;; result = (P2 << 64) + (P1 << 32) + P0
|
/linux-3.4.99/drivers/video/logo/ |
D | logo_linux_mono.pbm | 1 P1
|
D | logo_superh_mono.pbm | 1 P1
|
/linux-3.4.99/Documentation/auxdisplay/ |
D | cfag12864b | 81 Ground (21)---[GND] [GND]---[P1]---(18) Vee - R = Resistor = 22 ohm 82 Ground (22)---[GND] | - P1 = Preset = 10 Kohm
|