/linux-2.4.37.9/arch/mips/sibyte/sb1250/ |
D | irq_handler.S | 69 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/ |
D | scan_keyb.c | 29 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()
|
D | synclink.c | 712 #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/ |
D | int-handler.S | 32 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/ |
D | mipsIRQ.S | 81 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/ |
D | int-handler.S | 63 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/ |
D | ip27-irq-glue.S | 24 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/ |
D | ip22-irq.S | 60 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/ |
D | lasatIRQ.S | 41 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/ |
D | int-handler.S | 41 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/ |
D | call_o32.S | 52 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/ |
D | regdef.h | 33 #define s0 $16 /* callee saved */ macro
|
D | asmmacro.h | 219 sw s0, THREAD_REG16(thread); \ 231 lw s0, THREAD_REG16(thread); \
|
/linux-2.4.37.9/include/asm-alpha/ |
D | regdef.h | 15 #define s0 $9 /* saved-registers (callee-saved registers) */ macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | regdef.h | 33 #define s0 $16 /* callee saved */ macro
|
D | asmmacro.h | 180 sd s0, THREAD_REG16(\thread) 193 ld s0, THREAD_REG16(\thread)
|
/linux-2.4.37.9/arch/ppc64/lib/ |
D | memcpy.S | 83 # 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/ |
D | gdb-low.S | 92 sd s0,GDB_FR_REG16(sp) 301 ld s0,GDB_FR_REG16(sp)
|
/linux-2.4.37.9/crypto/ |
D | sha512.c | 82 #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()
|
D | sha256.c | 52 #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/ |
D | gdb-low.S | 92 sw s0,GDB_FR_REG16(sp) 301 lw s0,GDB_FR_REG16(sp)
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | fpu_proto.h | 94 extern int poly_l2p1(u_char s0, u_char s1, FPU_REG *r0, FPU_REG *r1,
|
/linux-2.4.37.9/include/video/ |
D | newport.h | 26 struct { volatile unsigned short s0, s1; } byshort; member
|
/linux-2.4.37.9/Documentation/ |
D | devices.txt | 2510 4 = /dev/bus/vme/s0 First slave image
|