Searched defs:d0 (Results 1 - 25 of 31) sorted by path

12

/arch/arm/plat-samsung/
H A Dadc.c227 unsigned d0, unsigned d1,
223 s3c_adc_register(struct platform_device *pdev, void (*select)(struct s3c_adc_client *client, unsigned int selected), void (*conv)(struct s3c_adc_client *client, unsigned d0, unsigned d1, unsigned *samples_left), unsigned int is_ts) argument
/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dpinmux_defs.h269 unsigned int d0 : 1; member in struct:__anon1200
/arch/m68k/include/asm/
H A Dentry.h23 * 20(sp) - d0
72 movel %d0,%sp@- /* orig d0 */
73 movel %d0,%sp@- /* d0 */
82 movel %d0,%sp@- /* orig d0 */
83 movel %d0,%sp@- /* d0 */
91 moveq #-1,%d0 /* no
92 movel %d0,%sp@(PT_OFF_ORIG_D0) variable
[all...]
H A Dm525xsim.h241 moveb #MCFINTC2_VECBASE,%d0
242 moveb %d0,0x16b(%a1) /* interrupt base register */ variable
247 movel #0x001F0021,%d0 /* disable C/I bit */
248 movel %d0,0x84(%a0) /* set CSMR0 */ variable
254 movel 0x180(%a1),%d0 /* get current PLL value */
255 andl #0xfffffffe,%d0 /* PLL bypass first */
256 movel %d0,0x180(%a1) /* set PLL register */ variable
265 movel #0x125a40f0,%d0 /* set for 140MHz */
266 movel %d0,0x180(%a1) /* set PLL register */ variable
267 orl #0x1,%d0
268 movel %d0,0x180(%a1) /* set PLL register */ variable
276 movel %d0,0x8c(%a0) variable
278 movel %d0,0x90(%a0) variable
280 movew %d0,0x96(%a0) variable
286 movel %d0,0x98(%a0) variable
288 movel %d0,0x9c(%a0) variable
290 movew %d0,0xa2(%a0) variable
293 movel %d0,0x18c(%a1) variable
295 movel %d0,0x190(%a1) variable
298 orl %d0,0xc(%a1) /* function GPIO19 */ variable
299 orl %d0,0x8(%a1) /* enable GPIO19 as output */ variable
300 orl %d0,0x4(%a1) /* de-assert IDE reset */ variable
[all...]
H A Dm53xxsim.h162 movel #CORE_SRAM, %d0
163 addl #0x221, %d0
164 movec %d0,%RAMBAR1 variable
H A Duser.h42 long d0; member in struct:user_regs_struct
/arch/m68k/include/uapi/asm/
H A Dptrace.h38 long d0; member in struct:pt_regs
/arch/m68k/lib/
H A Ddivsi3.S72 #define d0 REG (d0) define
105 L1: movel sp@(8), d0 /* d0 = dividend */
107 negl d0
115 movel d0, sp@-
121 negl d0
H A Dmodsi3.S72 #define d0 REG (d0) define
95 movel sp@(4), d0 /* d0 = dividend */
97 movel d0, sp@-
103 movel d0, sp@-
104 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
107 mulsl d1,d0
110 subl d0, d1 /* d1 = a - (a/b)*b */
111 movel d1, d0
[all...]
H A Dmulsi3.S72 #define d0 REG (d0) define
94 movew sp@(4), d0 /* x0 -> d0 */
95 muluw sp@(10), d0 /* x0*y1 */
99 addw d1, d0
101 addl d1, d0
103 swap d0
104 clrw d0
107 addl d1, d0
[all...]
H A Dudivsi3.S72 #define d0 REG (d0) define
97 movel sp@(8), d0 /* d0 = dividend */
101 movel d0, d2
105 movew d2, d0 /* save high quotient */
106 swap d0
109 movew d2, d0
114 lsrl IMM (1), d0 /* shift dividend */
117 divu d1, d0 /* no
[all...]
H A Dumodsi3.S72 #define d0 REG (d0) define
95 movel sp@(4), d0 /* d0 = dividend */
97 movel d0, sp@-
103 movel d0, sp@-
104 jbsr SYM (__mulsi3) /* d0 = (a/b)*b */
107 mulsl d1,d0
110 subl d0, d1 /* d1 = a - (a/b)*b */
111 movel d1, d0
[all...]
/arch/mips/alchemy/devboards/
H A Ddb1000.c498 int c0, c1, d0, d1, s0, s1, flashsize = 32, twosocks = 1; local
505 d0 = AU1500_GPIO0_INT;
512 d0 = AU1100_GPIO0_INT;
547 d0 = AU1000_GPIO0_INT;
555 d0 = AU1500_GPIO201_INT;
568 d0 = AU1100_GPIO9_INT;
585 irq_set_irq_type(d0, IRQ_TYPE_EDGE_BOTH);
596 c0, d0, /*s0*/0, 0, 0);
/arch/mn10300/include/asm/
H A Dgdb-stub.h80 u32 d0, d1, d2, d3, a0, a1, a2, a3; member in struct:gdb_regs
/arch/mn10300/include/uapi/asm/
H A Dptrace.h71 unsigned long d0; /* syscall ret */ member in struct:pt_regs
H A Dsigcontext.h21 unsigned long d0; member in struct:sigcontext
/arch/mn10300/kernel/
H A Dsignal.c84 err |= __get_user(*_d0, &sc->d0);
98 long d0; local
113 if (restore_sigcontext(current_frame(), &frame->sc, &d0))
116 return d0;
130 long d0; local
140 if (restore_sigcontext(current_frame(), &frame->uc.uc_mcontext, &d0))
146 return d0;
164 COPY(d0); COPY(d1); COPY(d2); COPY(d3);
240 /* this is mov $,d0; syscall 0 */
254 regs->d0
[all...]
/arch/mn10300/lib/
H A Ddelay.c21 int d0; local
30 : "=&d" (d0)
/arch/powerpc/math-emu/
H A Dudivmodti4.c11 _FP_W_TYPE d1, _FP_W_TYPE d0)
19 if (d0 > n1)
23 udiv_qrnnd (q0, n0, n1, n0, d0);
32 if (d0 == 0)
33 d0 = 1 / d0; /* Divide intentionally by zero. */
35 udiv_qrnnd (q1, n1, 0, n1, d0);
36 udiv_qrnnd (q0, n0, n1, n0, d0);
46 if (d0 > n1)
50 count_leading_zeros (bm, d0);
9 _fp_udivmodti4(_FP_W_TYPE q[2], _FP_W_TYPE r[2], _FP_W_TYPE n1, _FP_W_TYPE n0, _FP_W_TYPE d1, _FP_W_TYPE d0) argument
[all...]
/arch/x86/boot/compressed/
H A Dstring.c6 int d0, d1, d2; local
11 : "=&c" (d0), "=&D" (d1), "=&S" (d2)
20 long d0, d1, d2; local
25 : "=&c" (d0), "=&D" (d1), "=&S" (d2)
/arch/x86/include/asm/
H A Dstring_32.h34 int d0, d1, d2; local
41 : "=&c" (d0), "=&D" (d1), "=&S" (d2)
209 int d0, d1; local
212 : "=&c" (d0), "=&D" (d1)
229 int d0, d1; local
238 : "=&c" (d0), "=&D" (d1)
281 : "=&c" (d0), "=&D" (d1) \
286 int d0, d1; local
H A Dstring_64.h11 unsigned long d0, d1, d2; local
20 : "=&c" (d0), "=&D" (d1), "=&S" (d2)
/arch/x86/kernel/
H A Dprocess_32.c72 unsigned long d0, d1, d2, d3, d6, d7; local
108 get_debugreg(d0, 0);
116 if ((d0 == 0) && (d1 == 0) && (d2 == 0) && (d3 == 0) &&
121 d0, d1, d2, d3);
H A Dprocess_64.c61 unsigned long d0, d1, d2, d3, d6, d7; local
105 get_debugreg(d0, 0);
113 if ((d0 == 0) && (d1 == 0) && (d2 == 0) && (d3 == 0) &&
117 printk(KERN_DEFAULT "DR0: %016lx DR1: %016lx DR2: %016lx\n", d0, d1, d2);
/arch/x86/lib/
H A Ddelay.c117 int d0; local
121 :"=d" (xloops), "=&a" (d0)

Completed in 227 milliseconds

12