taglinefilesource code
scratch2539drivers/char/serial.cunsigned char status1, status2, scratch, scratch2;
scratch2559drivers/char/serial.cscratch = serial_inp(info, UART_IER);
scratch2563drivers/char/serial.cserial_outp(info, UART_IER, scratch);
scratch2579drivers/char/serial.cscratch = serial_inp(info, UART_MCR);
scratch2580drivers/char/serial.cserial_outp(info, UART_MCR, UART_MCR_LOOP | scratch);
scratch2584drivers/char/serial.cserial_outp(info, UART_MCR, scratch);
scratch2604drivers/char/serial.cscratch = serial_in(info, UART_IIR) >> 6;
scratch2606drivers/char/serial.cswitch (scratch) {
scratch2629drivers/char/serial.cscratch = serial_in(info, UART_SCR);
scratch2634drivers/char/serial.cserial_outp(info, UART_SCR, scratch);
scratch172drivers/scsi/AM53C974.cunsigned short vendor_id, device_id, command, status, scratch[8];
scratch178drivers/scsi/AM53C974.cfor (i = 0; i < 8; i++) *(scratch + i) = AM53C974_PCIREG_READ_WORD(instance, PCI_SCRATCH_REG_0 + 2*i);
scratch204drivers/scsi/AM53C974.cfor (i = 0; i < 8; i++) printk("PCI_SCRATCH_%d:       0x%x\n", i, scratch[i]);
scratch2188drivers/scsi/aic7xxx.cunsigned char offset, rate, scratch, scratch_offset;
scratch2344drivers/scsi/aic7xxx.cscratch = inb(HA_TARG_SCRATCH(base) + scratch_offset);
scratch2349drivers/scsi/aic7xxx.cif (scratch & WIDEXFER)
scratch2361drivers/scsi/aic7xxx.cscratch = rate | (scratch & WIDEXFER);
scratch2362drivers/scsi/aic7xxx.coutb(scratch, HA_TARG_SCRATCH(base) + scratch_offset);
scratch2363drivers/scsi/aic7xxx.coutb(scratch, SCSIRATE(base));
scratch2364drivers/scsi/aic7xxx.cif ((scratch & 0x0F) == 0)
scratch2412drivers/scsi/aic7xxx.cscratch = inb(HA_TARG_SCRATCH(base) + scratch_offset);
scratch2423drivers/scsi/aic7xxx.cscratch &= 0x7F;
scratch2429drivers/scsi/aic7xxx.cscratch |= 0x80;
scratch2442drivers/scsi/aic7xxx.cscratch &= 0x7F;
scratch2455drivers/scsi/aic7xxx.cscratch |= 0x80;
scratch2462drivers/scsi/aic7xxx.coutb(scratch, HA_TARG_SCRATCH(base) + scratch_offset);
scratch2463drivers/scsi/aic7xxx.coutb(scratch, SCSIRATE(base));
scratch2476drivers/scsi/aic7xxx.cscratch = inb(HA_TARG_SCRATCH(base) + scratch_offset);
scratch2483drivers/scsi/aic7xxx.cscratch &= 0x7F;
scratch2486drivers/scsi/aic7xxx.coutb(scratch, HA_TARG_SCRATCH(base) + scratch_offset);
scratch2497drivers/scsi/aic7xxx.cscratch &= 0xF0;
scratch2500drivers/scsi/aic7xxx.coutb(scratch, HA_TARG_SCRATCH(base) + scratch_offset);
scratch2509drivers/scsi/aic7xxx.coutb(scratch, HA_TARG_SCRATCH(base) + scratch_offset);
scratch2510drivers/scsi/aic7xxx.coutb(scratch, SCSIRATE(base));
scratch2756drivers/scsi/aic7xxx.cscratch = inb(HA_TARG_SCRATCH(base) + scratch_offset);
scratch2757drivers/scsi/aic7xxx.cscratch &= SXFR;
scratch2758drivers/scsi/aic7xxx.coutb(scratch, HA_TARG_SCRATCH(base));
scratch126include/asm-i386/checksum.hunsigned int scratch;
scratch134include/asm-i386/checksum.h: "=a"(sum), "=r" (scratch)
scratch58include/asm-sparc/winmacro.h#define LOAD_PT_YREG(base_reg, scratch) \
scratch59include/asm-sparc/winmacro.hld      [%base_reg + STACKFRAME_SZ + PT_Y], %scratch; \
scratch60include/asm-sparc/winmacro.hwr      %scratch, 0x0, %y;
scratch67include/asm-sparc/winmacro.h#define LOAD_PT_ALL(base_reg, pt_psr, pt_pc, pt_npc, scratch) \
scratch68include/asm-sparc/winmacro.hLOAD_PT_YREG(base_reg, scratch) \
scratch85include/asm-sparc/winmacro.h#define STORE_PT_YREG(base_reg, scratch) \
scratch86include/asm-sparc/winmacro.hrd      %y, %scratch; \
scratch87include/asm-sparc/winmacro.hst      %scratch, [%base_reg + STACKFRAME_SZ + PT_Y];
scratch101include/asm-sparc/winmacro.h#define SAVE_BOLIXED_USER_STACK(cur_reg, scratch) \
scratch102include/asm-sparc/winmacro.hld       [%cur_reg + THREAD_W_SAVED], %scratch; \
scratch103include/asm-sparc/winmacro.hsll      %scratch, 2, %scratch; \
scratch104include/asm-sparc/winmacro.hadd      %scratch, %cur_reg, %scratch; \
scratch105include/asm-sparc/winmacro.hst       %sp, [%scratch + THREAD_STACK_PTRS]; \
scratch106include/asm-sparc/winmacro.hsub      %scratch, %cur_reg, %scratch; \
scratch107include/asm-sparc/winmacro.hsll      %scratch, 4, %scratch; \
scratch108include/asm-sparc/winmacro.hadd      %scratch, %cur_reg, %scratch; \
scratch109include/asm-sparc/winmacro.hSTORE_WINDOW(scratch + THREAD_REG_WINDOW); \
scratch110include/asm-sparc/winmacro.hsub      %scratch, %cur_reg, %scratch; \
scratch111include/asm-sparc/winmacro.hsrl      %scratch, 6, %scratch; \
scratch112include/asm-sparc/winmacro.hadd      %scratch, 1, %scratch; \
scratch113include/asm-sparc/winmacro.hst       %scratch, [%cur_reg + THREAD_W_SAVED];