tag | line | file | source code |
tmp2 | 40 | arch/m68k/lib/checksum.c | unsigned long tmp1, tmp2; |
tmp2 | 118 | arch/m68k/lib/checksum.c | "=&d" (tmp1), "=&d" (tmp2) |
tmp2 | 133 | arch/m68k/lib/checksum.c | unsigned long tmp1, tmp2; |
tmp2 | 220 | arch/m68k/lib/checksum.c | "=&d" (tmp1), "=&d" (tmp2) |
tmp2 | 232 | arch/m68k/lib/checksum.c | unsigned long tmp1, tmp2; |
tmp2 | 319 | arch/m68k/lib/checksum.c | "=&d" (tmp1), "=&d" (tmp2) |
tmp2 | 155 | arch/sparc/kernel/idprom.c | int tmp1, tmp2; |
tmp2 | 165 | arch/sparc/kernel/idprom.c | (char *) &tmp2, sizeof(int)); |
tmp2 | 166 | arch/sparc/kernel/idprom.c | if(len != 4) tmp2=0; |
tmp2 | 168 | arch/sparc/kernel/idprom.c | return (tmp1|tmp2); |
tmp2 | 165 | arch/sparc/mm/init.c | unsigned long addr, tmp2 = 0; |
tmp2 | 169 | arch/sparc/mm/init.c | for(tmp2=0; sp_banks[tmp2].num_bytes != 0; tmp2++) { |
tmp2 | 171 | arch/sparc/mm/init.c | unsigned long base = sp_banks[tmp2].base_addr; |
tmp2 | 172 | arch/sparc/mm/init.c | unsigned long limit = base + sp_banks[tmp2].num_bytes; |
tmp2 | 189 | arch/sparc/mm/init.c | unsigned long tmp2, addr; |
tmp2 | 219 | arch/sparc/mm/init.c | tmp2 = nr_free_pages << PAGE_SHIFT; |
tmp2 | 222 | arch/sparc/mm/init.c | tmp2 >> 10, |
tmp2 | 1156 | drivers/sound/ad1848.c | unsigned char tmp1 = 0xff, tmp2 = 0xff; |
tmp2 | 1219 | drivers/sound/ad1848.c | if ((tmp1 = ad_read (devc, 0)) != 0xaa || (tmp2 = ad_read (devc, 1)) != 0x45) |
tmp2 | 1221 | drivers/sound/ad1848.c | DDB (printk ("ad1848 detect error - step B (%x/%x)\n", tmp1, tmp2)); |
tmp2 | 1229 | drivers/sound/ad1848.c | if ((tmp1 = ad_read (devc, 0)) != 0x45 || (tmp2 = ad_read (devc, 1)) != 0xaa) |
tmp2 | 1231 | drivers/sound/ad1848.c | DDB (printk ("ad1848 detect error - step C (%x/%x)\n", tmp1, tmp2)); |
tmp2 | 175 | drivers/sound/mad16.c | unsigned char tmp, tmp2; |
tmp2 | 198 | drivers/sound/mad16.c | if ((tmp2 = inb (MC1_PORT)) == tmp) /* It didn't close */ |
tmp2 | 200 | drivers/sound/mad16.c | DDB (printk ("MC1_PORT didn't close after read (0x%02x)\n", tmp2)); |
tmp2 | 205 | drivers/sound/mad16.c | if ((tmp2 = mad_read (MC1_PORT)) != (tmp ^ 0x80)) /* Compare the bit */ |
tmp2 | 208 | drivers/sound/mad16.c | DDB (printk ("Bit revert test failed (0x%02x, 0x%02x)\n", tmp, tmp2)); |
tmp2 | 369 | drivers/sound/maui.c | int tmp1, tmp2, ret; |
tmp2 | 405 | drivers/sound/maui.c | if ((tmp1 = maui_read ()) == -1 || (tmp2 = maui_read ()) == -1) |
tmp2 | 412 | drivers/sound/maui.c | if (tmp1 == 0xff || tmp2 == 0xff) |
tmp2 | 419 | drivers/sound/maui.c | printk ("WaveFront hardware version %d.%d\n", tmp1, tmp2); |
tmp2 | 423 | drivers/sound/maui.c | if ((tmp1 = maui_read ()) == -1 || (tmp2 = maui_read ()) == -1) |
tmp2 | 427 | drivers/sound/maui.c | printk ("WaveFront firmware version %d.%d\n", tmp1, tmp2); |
tmp2 | 84 | include/asm-sparc/asmmacro.h | #define INCREMENT_COUNTER(symbol, tmp1, tmp2) \ |
tmp2 | 86 | include/asm-sparc/asmmacro.h | ld [%tmp1], %tmp2; \ |
tmp2 | 87 | include/asm-sparc/asmmacro.h | add %tmp2, 1, %tmp2; \ |
tmp2 | 88 | include/asm-sparc/asmmacro.h | st %tmp2, [%tmp1]; |
tmp2 | 90 | include/asm-sparc/asmmacro.h | #define DECREMENT_COUNTER(symbol, tmp1, tmp2) \ |
tmp2 | 92 | include/asm-sparc/asmmacro.h | ld [%tmp1], %tmp2; \ |
tmp2 | 93 | include/asm-sparc/asmmacro.h | sub %tmp2, 1, %tmp2; \ |
tmp2 | 94 | include/asm-sparc/asmmacro.h | st %tmp2, [%tmp1]; |