Home
last modified time | relevance | path

Searched refs:P0 (Results 1 – 36 of 36) sorted by relevance

/linux-4.4.14/arch/blackfin/mach-common/
Ddpmc_modes.S19 P0.H = hi(PLL_CTL);
20 P0.L = lo(PLL_CTL);
21 R1 = W[P0](z);
23 W[P0] = R1.L;
38 P0.H = hi(PLL_CTL);
39 P0.L = lo(PLL_CTL);
106 P0.H = hi(PLL_DIV);
107 P0.L = lo(PLL_DIV);
108 R6 = W[P0](z);
110 W[P0] = R0.l; /* Set Max VCO to SCLK divider */
[all …]
Dcache.S49 P0 = R0; define
54 \flushins [P0++];
59 2: \flushins [P0++];
Dinterrupt.S167 P0.L = LO(ILAT);
168 P0.H = HI(ILAT);
169 R1 = [P0];
174 [P0] = R1;
Dentry.S1107 [sp + PT_RESERVED] = P0;
/linux-4.4.14/arch/blackfin/mach-bf609/
Ddpm.S12 P0.H = HI(PM_STACK);
13 P0.L = LO(PM_STACK);
14 SP = P0;
19 P0.H = HI(DPM0_RESTORE4);
20 P0.L = LO(DPM0_RESTORE4);
23 [P0] = P1;
25 P0.H = HI(DPM0_CTL);
26 P0.L = LO(DPM0_CTL);
32 [P0] = R3;
46 P0.l = LO(SEC_SCI_BASE + SEC_CSID);
[all …]
/linux-4.4.14/arch/blackfin/kernel/
Dfixed_code.S26 P0 = __NR_rt_sigreturn; define
40 R0 = [P0];
41 [P0] = R1;
56 R0 = [P0];
59 [P0] = R2;
73 R1 = [P0];
75 [P0] = R0;
88 R1 = [P0];
90 [P0] = R0;
103 R1 = [P0];
[all …]
/linux-4.4.14/arch/hexagon/mm/
Dstrnlen_user.S52 P0 = cmp.eq(mod8,#0); define
55 if (P0.new) jump:t dw_loop; /* fire up the oven */
63 P0 = cmp.eq(tmp1,#0); define
64 if (P0.new) jump:nt exit_found;
70 P0 = cmp.eq(mod8,#0); define
73 if (!P0) jump alignment_loop;
84 P0 = vcmpb.eq(dbuf,dcmp); define
87 tmp1 = P0;
88 P0 = cmp.gtu(end,start); define
93 if (!P0) jump end_check;
[all …]
/linux-4.4.14/arch/blackfin/include/asm/
Dentry.h30 P0.l = lo(IPEND); \
31 P0.h = hi(IPEND); \
32 R1 = [P0];
59 [--sp] = P0; /*orig_p0*/ \
68 [--sp] = P0; /*orig_p0*/ \
84 [--sp] = P0; /*orig_p0*/ \
110 [--sp] = P0; /*orig_p0*/ \
115 P0.L = LO(ILAT); \
116 P0.H = HI(ILAT); \
120 R0 = [P0]; \
[all …]
Dcontext.S20 [--sp] = P0; /*orig_p0*/
93 [--sp] = P0; /*orig_p0*/
152 [--sp] = P0; /* orig_p0 */
Ddpmc.h26 #define PM_REG13 P0
/linux-4.4.14/arch/blackfin/lib/
Dmemcpy.S35 P0 = R0 ; /* dst*/ define
66 B[P0++] = R3;
78 [P0++] = R3;
84 MNOP || [P0++] = R3 || R3 = [I1++];
86 [P0++] = R3;
101 B[P0++] = R1;
112 P0 = P0 + P2; define
113 P0 += -1;
120 B[P0--] = R1;
Dmemset.S27 P0 = R0 ; /* P0 = address */ define
47 [P0++] = R2;
49 CC = P0 == P2;
55 R3 = P0; /* current position */
66 B[P0++] = R1;
76 R0 = P0; /* Recover return address */
78 B[P0++] = R1;
83 B[P0++] = R1;
84 B[P0++] = R1;
Dmemmove.S21 P0 = R0; /* P0 = To address */ define
52 [P0++] = R1;
58 MNOP || [P0++] = R1 || R1 = [I0++];
60 [P0++] = R1;
70 .Lbyte2_e: B[P0++] = R1;
77 P0 = P0 + P2; define
87 .Lol_s: B[P0--] = R1;
89 .Lno_loop: B[P0] = R1;
Douts.S18 P0 = R0; /* P0 = port */ define
24 .Llong_loop_e: [P0] = R0;
31 P0 = R0; /* P0 = port */ define
37 .Lword_loop_e: W[P0] = R0;
44 P0 = R0; /* P0 = port */ define
50 .Lbyte_loop_e: B[P0] = R0;
57 P0 = R0; /* P0 = port */ define
66 .Lword8_loop_e: W[P0] = R0;
Dins.S76 P0 = R0; /* P0 = port */ \
92 R0 = [P0]; \
97 R0 = W[P0]; \
102 R0 = W[P0]; \
109 R0 = B[P0]; \
114 R0 = [P0]; \
Dmemcmp.S23 P0 = R0; /* P0 = s1 address */ define
42 R0 = [P0++];
45 MNOP || R0 = [P0++] || R1 = [I0++];
61 R0 = B[P0++](Z); /* *s1 */
81 P0 += -4; /* back up to the start of the */
Dstrncpy.S31 P0 = R0 ; /* dst*/ define
37 B [P0++] = R1;
71 R0 = P0;
81 B [P0++] = R1;
Dmemchr.S22 P0 = R0; /* P0 = address */ define
32 R3 = B[P0++](Z);
43 R0 = P0;
Dstrcpy.S25 P0 = R0 ; /* dst*/ define
30 B [P0++] = R1;
Dstrcmp.S27 P0 = R0 ; /* s1 */ define
31 R0 = B[P0++] (Z); /* get *s1 */
Dstrncmp.S28 P0 = R0 ; /* s1 */ define
31 R0 = B[P0++] (Z); /* get *s1 */
Dudivsi3.S133 P0 = 0; define
139 IF CC P0 = R6; /* Number of values divided */
164 CC = P0 == 0; /* Check how many inputs we shifted */
167 CC = P0 == 1;
/linux-4.4.14/arch/blackfin/mach-bf561/
Dsecondary.S146 P0.H = hi(SYSMMR_BASE);
147 P0.L = lo(SYSMMR_BASE);
148 [P0 + (SICB_IWR0 - SYSMMR_BASE)] = R0;
149 [P0 + (SICB_IWR1 - SYSMMR_BASE)] = R0;
/linux-4.4.14/drivers/ata/
Data_piix.c122 P0 = 0, /* port 0 */ enumerator
360 { P0, NA, P1, NA }, /* 000b */
361 { P1, NA, P0, NA }, /* 001b */
364 { P0, P1, IDE, IDE }, /* 100b */
365 { P1, P0, IDE, IDE }, /* 101b */
366 { IDE, IDE, P0, P1 }, /* 110b */
367 { IDE, IDE, P1, P0 }, /* 111b */
376 { P0, P2, P1, P3 }, /* 00b */
378 { P0, P2, IDE, IDE }, /* 10b */
393 { P0, P2, NA, NA }, /* 00b */
[all …]
/linux-4.4.14/arch/hexagon/kernel/
Dvm_entry.S297 P0 = tstbit(R0, #HVM_VMEST_UM_SFT); define
298 if (!P0.new) jump:nt restore_all;
320 P0 = cmp.eq(R0, #0); if (!P0.new) jump:nt check_work_pending; define
381 P0 = cmp.eq(R24, #0); define
385 if P0 jump check_work_pending
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dkgdb.c307 P0, VR, P2, P3, enumerator
588 else if (regno == P0 || regno == VR || regno == P4 || regno == P8) { in write_register()
626 else if (regno == P0 || regno == VR) { in read_register()
629 ((char *)&(current_reg->p0) + (regno-P0) * sizeof(char))); in read_register()
/linux-4.4.14/arch/c6x/lib/
Dmpyll.S30 ;; P0 = X0*Y0
34 ;; result = (P2 << 64) + (P1 << 32) + P0
/linux-4.4.14/Documentation/frv/
Dclock.txt4 The kernel supports scaling of CLCK.CMODE, CLCK.CM and CLKC.P0 clock
9 p0 -- current value of the P0 bit in CLKC register.
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Dgpio_lpc32xx.txt9 0: GPIO P0
/linux-4.4.14/arch/frv/kernel/
Dsleep.S159 # - At this time, also set the CLKC register P0 bit.
340 # - At this time, also set the CLKC register P0 bit.
/linux-4.4.14/drivers/net/wireless/libertas/
Dhost.h877 int8_t P0; member
889 int8_t P0; member
Dcmd.c1577 cmd.P0 = p0; in lbs_set_tpc_cfg()
1608 cmd.P0 = p0; in lbs_set_power_adapt_cfg()
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Ddwc3.txt30 from P0 to P1/P2/P3.
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-etm4x91 P0 instruction tracing, branch broadcast, cycle counting and
418 Description: (R) Returns the number of P0 right-hand keys that the trace unit
/linux-4.4.14/Documentation/cpu-freq/
Dpcc-cpufreq.txt190 corresponds to the frequency of the P0 P-state.
/linux-4.4.14/arch/arm/boot/dts/
Dam43x-epos-evm.dts92 0x03010200 /* P0 */