Home
last modified time | relevance | path

Searched refs:s0 (Results 1 – 24 of 24) sorted by relevance

/linux-2.4.37.9/arch/mips/sibyte/sb1250/
Dirq_handler.S69 mfc0 s0, CP0_CAUSE
73 andi t1, s0, CAUSEF_IP7
75 srl t1, s0, (CAUSEB_BD-2) /* Shift BD bit to bit 2 */
86 andi t1, s0, CAUSEF_IP4
97 andi t1, s0, CAUSEF_IP3
109 andi t1, s0, CAUSEF_IP6
119 and t1, s0, CAUSEF_IP2
134 ld s0, R_IMR_INTERRUPT_STATUS_BASE(v0) /* read IP[2] status */
136 beqz s0, 4f /* No interrupts. Return */
139 3: #dclz s1, s0 /* Find the next interrupt */
[all …]
/linux-2.4.37.9/drivers/char/
Dscan_keyb.c29 unsigned char *s0, *s1; member
75 if(!kbd->scan(kbd->s0)) in scan_kbd()
77 kbd->s0, kbd->s1, kbd->length); in scan_kbd()
79 memcpy(kbd->s0, kbd->s1, kbd->length); in scan_kbd()
84 kbd->s1, kbd->s0, kbd->length); in scan_kbd()
86 memcpy(kbd->s1, kbd->s0, kbd->length); in scan_kbd()
113 kbd->s0 = kmalloc(length, GFP_KERNEL); in register_scan_keyboard()
114 if (kbd->s0 == NULL) in register_scan_keyboard()
121 memset(kbd->s0, -1, kbd->length); in register_scan_keyboard()
130 kfree(kbd->s0); in register_scan_keyboard()
Dsynclink.c712 #define usc_SetTransmitSyncChars(a,s0,s1) usc_OutReg((a), TSR, (u16)(((u16)s0<<8)|(u16)s1)) argument
/linux-2.4.37.9/arch/mips/cobalt/
Dint-handler.S32 mfc0 s0,CP0_CAUSE # get raw irq status
34 and s0,s0,a0 # compute masked irq status
36 andi a0,s0,CAUSEF_IP2 /* Check for Galileo timer */
38 andi a0,s0,CAUSEF_IP6 /* Check for Via chip */
48 andi a0,s0,CAUSEF_IP3
58 andi a0,s0,CAUSEF_IP4
70 andi a0,s0,CAUSEF_IP5
81 andi a0,s0,CAUSEF_IP7
/linux-2.4.37.9/arch/mips/mips-boards/generic/
DmipsIRQ.S81 mfc0 s0, CP0_CAUSE # get irq bits
83 and s0, s1
86 andi a0, s0, CAUSEF_IP7
88 andi a0, s0, CAUSEF_IP2 # delay slot, check hw0 interrupt
101 andi a0, s0, CAUSEF_IP3 # delay slot, check hw1 interrupt
104 andi a0, s0, CAUSEF_IP5
125 andi a0, s0, CAUSEF_IP5 # delay slot, check hw3 interrupt
146 move a1,s0
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5074/
Dint-handler.S63 mfc0 s0, CP0_CAUSE # get irq mask
67 and s0,t2 # isolate allowed ones
70 andi a0, s0, CAUSEF_IP2 # delay slot, check local level zero
72 andi a0, s0, CAUSEF_IP3 # delay slot, check local level one
83 andi a0, s0, CAUSEF_IP6 # delay slot, check bus error
110 andi a0, s0, (CAUSEF_IP4 | CAUSEF_IP5)
/linux-2.4.37.9/arch/mips/sgi-ip27/
Dip27-irq-glue.S24 mfc0 s0, CP0_CAUSE
26 and s0, t0
29 andi a0, s0, CAUSEF_IP4
38 1: andi a0, s0, (CAUSEF_IP2 | CAUSEF_IP3)
57 move a3, s0
/linux-2.4.37.9/arch/mips/sgi-ip22/
Dip22-irq.S60 mfc0 s0, CP0_CAUSE # get irq mask
63 andi a0, s0, CAUSEF_IP7
65 andi a0, s0, CAUSEF_IP2 # delay slot, check local level zero
75 andi a0, s0, CAUSEF_IP3 # delay slot, check local level one
86 andi a0, s0, CAUSEF_IP6 # delay slot, check bus error
96 andi a0, s0, (CAUSEF_IP4 | CAUSEF_IP5) # delay slot
/linux-2.4.37.9/arch/mips/lasat/
DlasatIRQ.S41 mfc0 s0, CP0_CAUSE # get irq mask
44 andi a0, s0, CAUSEF_IP7
46 andi a0, s0, CAUSEF_IP2 # delay slot, check hw0 interrupt
70 move a1,s0
/linux-2.4.37.9/arch/mips/philips/nino/
Dint-handler.S41 mfc0 s0, CP0_CAUSE # determine cause
43 andi a0, s0, CAUSEF_IP6
45 andi a0, s0, CAUSEF_IP4 # delay slot
/linux-2.4.37.9/arch/mips/dec/prom/
Dcall_o32.S52 REG_S s0,O32_FRAMESZ-11*SZREG(sp)
77 REG_L s0,O32_FRAMESZ-11*SZREG(sp)
/linux-2.4.37.9/include/asm-mips/
Dregdef.h33 #define s0 $16 /* callee saved */ macro
Dasmmacro.h219 sw s0, THREAD_REG16(thread); \
231 lw s0, THREAD_REG16(thread); \
/linux-2.4.37.9/include/asm-alpha/
Dregdef.h15 #define s0 $9 /* saved-registers (callee-saved registers) */ macro
/linux-2.4.37.9/include/asm-mips64/
Dregdef.h33 #define s0 $16 /* callee saved */ macro
Dasmmacro.h180 sd s0, THREAD_REG16(\thread)
193 ld s0, THREAD_REG16(\thread)
/linux-2.4.37.9/arch/ppc64/lib/
Dmemcpy.S83 # s1<< in r8, d0=(s0<<|s1>>) in r7, s3 in r0, s2 in r9, nix in r6 & r12
101 # d0=(s0<<|s1>>) in r12, s1<< in r6, s2>> in r7, s2<< in r8, s3 in r9
/linux-2.4.37.9/arch/mips64/kernel/
Dgdb-low.S92 sd s0,GDB_FR_REG16(sp)
301 ld s0,GDB_FR_REG16(sp)
/linux-2.4.37.9/crypto/
Dsha512.c82 #define s0(x) (RORu64(x, 1) ^ RORu64(x, 8) ^ (x >> 7)) macro
127 W[I] = s1(W[I-2]) + W[I-7] + s0(W[I-15]) + W[I-16]; in BLEND_OP()
Dsha256.c52 #define s0(x) (RORu32(x, 7) ^ RORu32(x,18) ^ (x >> 3)) macro
79 W[I] = s1(W[I-2]) + W[I-7] + s0(W[I-15]) + W[I-16]; in BLEND_OP()
/linux-2.4.37.9/arch/mips/kernel/
Dgdb-low.S92 sw s0,GDB_FR_REG16(sp)
301 lw s0,GDB_FR_REG16(sp)
/linux-2.4.37.9/arch/i386/math-emu/
Dfpu_proto.h94 extern int poly_l2p1(u_char s0, u_char s1, FPU_REG *r0, FPU_REG *r1,
/linux-2.4.37.9/include/video/
Dnewport.h26 struct { volatile unsigned short s0, s1; } byshort; member
/linux-2.4.37.9/Documentation/
Ddevices.txt2510 4 = /dev/bus/vme/s0 First slave image