tag | line | file | source code |
scratch | 2520 | drivers/char/serial.c | unsigned char status1, status2, scratch, scratch2; |
scratch | 2540 | drivers/char/serial.c | scratch = serial_inp(info, UART_IER); |
scratch | 2544 | drivers/char/serial.c | serial_outp(info, UART_IER, scratch); |
scratch | 2560 | drivers/char/serial.c | scratch = serial_inp(info, UART_MCR); |
scratch | 2561 | drivers/char/serial.c | serial_outp(info, UART_MCR, UART_MCR_LOOP | scratch); |
scratch | 2565 | drivers/char/serial.c | serial_outp(info, UART_MCR, scratch); |
scratch | 2585 | drivers/char/serial.c | scratch = serial_in(info, UART_IIR) >> 6; |
scratch | 2587 | drivers/char/serial.c | switch (scratch) { |
scratch | 2610 | drivers/char/serial.c | scratch = serial_in(info, UART_SCR); |
scratch | 2615 | drivers/char/serial.c | serial_outp(info, UART_SCR, scratch); |
scratch | 2188 | drivers/scsi/aic7xxx.c | unsigned char offset, rate, scratch, scratch_offset; |
scratch | 2344 | drivers/scsi/aic7xxx.c | scratch = inb(HA_TARG_SCRATCH(base) + scratch_offset); |
scratch | 2349 | drivers/scsi/aic7xxx.c | if (scratch & WIDEXFER) |
scratch | 2361 | drivers/scsi/aic7xxx.c | scratch = rate | (scratch & WIDEXFER); |
scratch | 2362 | drivers/scsi/aic7xxx.c | outb(scratch, HA_TARG_SCRATCH(base) + scratch_offset); |
scratch | 2363 | drivers/scsi/aic7xxx.c | outb(scratch, SCSIRATE(base)); |
scratch | 2364 | drivers/scsi/aic7xxx.c | if ((scratch & 0x0F) == 0) |
scratch | 2412 | drivers/scsi/aic7xxx.c | scratch = inb(HA_TARG_SCRATCH(base) + scratch_offset); |
scratch | 2423 | drivers/scsi/aic7xxx.c | scratch &= 0x7F; |
scratch | 2429 | drivers/scsi/aic7xxx.c | scratch |= 0x80; |
scratch | 2442 | drivers/scsi/aic7xxx.c | scratch &= 0x7F; |
scratch | 2455 | drivers/scsi/aic7xxx.c | scratch |= 0x80; |
scratch | 2462 | drivers/scsi/aic7xxx.c | outb(scratch, HA_TARG_SCRATCH(base) + scratch_offset); |
scratch | 2463 | drivers/scsi/aic7xxx.c | outb(scratch, SCSIRATE(base)); |
scratch | 2476 | drivers/scsi/aic7xxx.c | scratch = inb(HA_TARG_SCRATCH(base) + scratch_offset); |
scratch | 2483 | drivers/scsi/aic7xxx.c | scratch &= 0x7F; |
scratch | 2486 | drivers/scsi/aic7xxx.c | outb(scratch, HA_TARG_SCRATCH(base) + scratch_offset); |
scratch | 2497 | drivers/scsi/aic7xxx.c | scratch &= 0xF0; |
scratch | 2500 | drivers/scsi/aic7xxx.c | outb(scratch, HA_TARG_SCRATCH(base) + scratch_offset); |
scratch | 2509 | drivers/scsi/aic7xxx.c | outb(scratch, HA_TARG_SCRATCH(base) + scratch_offset); |
scratch | 2510 | drivers/scsi/aic7xxx.c | outb(scratch, SCSIRATE(base)); |
scratch | 2756 | drivers/scsi/aic7xxx.c | scratch = inb(HA_TARG_SCRATCH(base) + scratch_offset); |
scratch | 2757 | drivers/scsi/aic7xxx.c | scratch &= SXFR; |
scratch | 2758 | drivers/scsi/aic7xxx.c | outb(scratch, HA_TARG_SCRATCH(base)); |
scratch | 126 | include/asm-i386/checksum.h | unsigned int scratch; |
scratch | 134 | include/asm-i386/checksum.h | : "=a"(sum), "=r" (scratch) |
scratch | 58 | include/asm-sparc/winmacro.h | #define LOAD_PT_YREG(base_reg, scratch) \ |
scratch | 59 | include/asm-sparc/winmacro.h | ld [%base_reg + STACKFRAME_SZ + PT_Y], %scratch; \ |
scratch | 60 | include/asm-sparc/winmacro.h | wr %scratch, 0x0, %y; |
scratch | 67 | include/asm-sparc/winmacro.h | #define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \ |
scratch | 68 | include/asm-sparc/winmacro.h | LOAD_PT_YREG(base_reg, scratch) \ |
scratch | 85 | include/asm-sparc/winmacro.h | #define STORE_PT_YREG(base_reg, scratch) \ |
scratch | 86 | include/asm-sparc/winmacro.h | rd %y, %scratch; \ |
scratch | 87 | include/asm-sparc/winmacro.h | st %scratch, [%base_reg + STACKFRAME_SZ + PT_Y]; |
scratch | 101 | include/asm-sparc/winmacro.h | #define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \ |
scratch | 102 | include/asm-sparc/winmacro.h | ld [%cur_reg + THREAD_W_SAVED], %scratch; \ |
scratch | 103 | include/asm-sparc/winmacro.h | sll %scratch, 2, %scratch; \ |
scratch | 104 | include/asm-sparc/winmacro.h | add %scratch, %cur_reg, %scratch; \ |
scratch | 105 | include/asm-sparc/winmacro.h | st %sp, [%scratch + THREAD_STACK_PTRS]; \ |
scratch | 106 | include/asm-sparc/winmacro.h | sub %scratch, %cur_reg, %scratch; \ |
scratch | 107 | include/asm-sparc/winmacro.h | sll %scratch, 4, %scratch; \ |
scratch | 108 | include/asm-sparc/winmacro.h | add %scratch, %cur_reg, %scratch; \ |
scratch | 109 | include/asm-sparc/winmacro.h | STORE_WINDOW(scratch + THREAD_REG_WINDOW); \ |
scratch | 110 | include/asm-sparc/winmacro.h | sub %scratch, %cur_reg, %scratch; \ |
scratch | 111 | include/asm-sparc/winmacro.h | srl %scratch, 6, %scratch; \ |
scratch | 112 | include/asm-sparc/winmacro.h | add %scratch, 1, %scratch; \ |
scratch | 113 | include/asm-sparc/winmacro.h | st %scratch, [%cur_reg + THREAD_W_SAVED]; |