Searched refs:REG3 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dtsb.h213 #define OBP_TRANS_LOOKUP(VADDR, REG1, REG2, REG3, FAIL_LABEL) \
219 ldx [REG1 + 0x08], REG3; \
220 add REG2, REG3, REG3; \
223 cmp VADDR, REG3; \
225 ldx [REG1 + 0x10], REG3; \
228 add REG3, REG2, REG1; \
243 * on TSB hit. REG1, REG2, REG3, and REG4 are used as temporaries
244 * and the found TTE will be left in REG1. REG3 and REG4 must
249 #define KERN_TSB_LOOKUP_TL1(VADDR, TAG, REG1, REG2, REG3, REG
[all...]
H A Dtrap_block.h166 * area base of the current processor into DEST. REG1, REG2, and REG3 are
174 #define LOAD_PER_CPU_BASE(DEST, THR, REG1, REG2, REG3) \
203 #define LOAD_PER_CPU_BASE(DEST, THR, REG1, REG2, REG3)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsys32.S30 #define SIGN3(STUB,SYSCALL,REG1,REG2,REG3) \
37 sra REG3, 0, REG3
39 #define SIGN4(STUB,SYSCALL,REG1,REG2,REG3,REG4) \
45 sra REG3, 0, REG3; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Deepro.c440 #define REG3 0x03 macro
1015 temp_reg = inb(ioaddr + REG3);
1016 outb(temp_reg & 0x3f, ioaddr + REG3); /* clear test mode */
1292 mode = inb(ioaddr + REG3);
1293 outb(mode, ioaddr + REG3); /* writing reg. 3 to complete the update */
1302 mode = inb(ioaddr + REG3);
1303 outb(mode, ioaddr + REG3); /* writing reg. 3 to complete the update */
1320 mode = inb(ioaddr + REG3);
1321 outb(mode, ioaddr + REG3); /* writing reg. 3 to complete the update */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/sparc/
H A Ddbri.c241 #define REG3 0x0c /* Test */ macro

Completed in 80 milliseconds