Searched refs:REG (Results 1 - 25 of 57) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/lib/
H A Dmulsi3.S66 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) define
72 #define d0 REG (d0)
73 #define d1 REG (d1)
74 #define d2 REG (d2)
75 #define d3 REG (d3)
76 #define d4 REG (d4)
77 #define d5 REG (d5)
78 #define d6 REG (d6)
79 #define d7 REG (d7)
80 #define a0 REG (a
[all...]
H A Ddivsi3.S66 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) define
72 #define d0 REG (d0)
73 #define d1 REG (d1)
74 #define d2 REG (d2)
75 #define d3 REG (d3)
76 #define d4 REG (d4)
77 #define d5 REG (d5)
78 #define d6 REG (d6)
79 #define d7 REG (d7)
80 #define a0 REG (a
[all...]
H A Dmodsi3.S66 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) define
72 #define d0 REG (d0)
73 #define d1 REG (d1)
74 #define d2 REG (d2)
75 #define d3 REG (d3)
76 #define d4 REG (d4)
77 #define d5 REG (d5)
78 #define d6 REG (d6)
79 #define d7 REG (d7)
80 #define a0 REG (a
[all...]
H A Dumodsi3.S66 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) define
72 #define d0 REG (d0)
73 #define d1 REG (d1)
74 #define d2 REG (d2)
75 #define d3 REG (d3)
76 #define d4 REG (d4)
77 #define d5 REG (d5)
78 #define d6 REG (d6)
79 #define d7 REG (d7)
80 #define a0 REG (a
[all...]
H A Dudivsi3.S66 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x) define
72 #define d0 REG (d0)
73 #define d1 REG (d1)
74 #define d2 REG (d2)
75 #define d3 REG (d3)
76 #define d4 REG (d4)
77 #define d5 REG (d5)
78 #define d6 REG (d6)
79 #define d7 REG (d7)
80 #define a0 REG (a
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dasm.h13 #define BRANCH_REG_ZERO(PREDICT, REG, DEST) \
14 brz,PREDICT REG, DEST
15 #define BRANCH_REG_ZERO_ANNUL(PREDICT, REG, DEST) \
16 brz,a,PREDICT REG, DEST
17 #define BRANCH_REG_NOT_ZERO(PREDICT, REG, DEST) \
18 brnz,PREDICT REG, DEST
19 #define BRANCH_REG_NOT_ZERO_ANNUL(PREDICT, REG, DEST) \
20 brnz,a,PREDICT REG, DEST
26 #define BRANCH_REG_ZERO(PREDICT, REG, DEST) \
27 cmp REG,
[all...]
H A Dtrap_block.h110 #define __GET_CPUID(REG) \
112 661: ldxa [%g0] ASI_UPA_CONFIG, REG; \
113 srlx REG, 17, REG; \
114 and REG, 0x1f, REG; \
120 ldxa [%g0] ASI_SAFARI_CONFIG, REG; \
121 srlx REG, 17, REG; \
122 and REG,
[all...]
H A Dtsb.h76 #define TSB_LOAD_QUAD(TSB, REG) \
77 661: ldda [TSB] ASI_NUCLEUS_QUAD_LDD, REG; \
80 ldda [TSB] ASI_QUAD_LDD_PHYS, REG; \
81 ldda [TSB] ASI_QUAD_LDD_PHYS_4V, REG; \
84 #define TSB_LOAD_TAG_HIGH(TSB, REG) \
85 661: lduwa [TSB] ASI_N, REG; \
88 lduwa [TSB] ASI_PHYS_USE_EC, REG; \
91 #define TSB_LOAD_TAG(TSB, REG) \
92 661: ldxa [TSB] ASI_N, REG; \
95 ldxa [TSB] ASI_PHYS_USE_EC, REG; \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmace.h13 #define REG(x) volatile unsigned char x; char x ## _pad[15] macro
16 REG(rcvfifo); /* receive FIFO */
17 REG(xmtfifo); /* transmit FIFO */
18 REG(xmtfc); /* transmit frame control */
19 REG(xmtfs); /* transmit frame status */
20 REG(xmtrc); /* transmit retry count */
21 REG(rcvfc); /* receive frame control */
22 REG(rcvfs); /* receive frame status (4 bytes) */
23 REG(fifofc); /* FIFO frame count */
24 REG(i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-netx/include/mach/
H A Duncompress.h29 #define REG(x) (*(volatile unsigned long *)(x)) macro
47 if (REG(UART1_BASE + UART_CR) & CR_UART_EN)
49 else if (REG(UART2_BASE + UART_CR) & CR_UART_EN)
54 while (REG(base + UART_FR) & FR_TXFF);
55 REG(base + UART_DR) = c;
62 if (REG(UART1_BASE + UART_CR) & CR_UART_EN)
64 else if (REG(UART2_BASE + UART_CR) & CR_UART_EN)
69 while (REG(base + UART_FR) & FR_BUSY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dirq.c45 #define REG(addr) ((u32 *)(KSEG1ADDR(AR7_REGS_IRQ) + addr)) macro
54 REG(ESR_OFFSET(irq - ar7_irq_base)));
60 REG(ECR_OFFSET(irq - ar7_irq_base)));
66 REG(CR_OFFSET(irq - ar7_irq_base)));
71 writel(1 << (irq - ar7_irq_base - 40), REG(SEC_ESR_OFFSET));
76 writel(1 << (irq - ar7_irq_base - 40), REG(SEC_ECR_OFFSET));
81 writel(1 << (irq - ar7_irq_base - 40), REG(SEC_CR_OFFSET));
109 writel(0xffffffff, REG(ECR_OFFSET(0)));
110 writel(0xff, REG(ECR_OFFSET(32)));
111 writel(0xffffffff, REG(SEC_ECR_OFFSE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dpsycho_common.h14 #define PSYCHO_CONFIG_ENCODE(BUS, DEVFN, REG) \
17 ((unsigned long)(REG)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/watchdog/
H A Dit8712f_wdt.c60 #define REG 0x2e /* The register to read/write */ macro
90 outb(reg, REG);
96 outb(reg, REG);
103 outb(reg++, REG);
105 outb(reg, REG);
112 outb(LDN, REG);
119 outb(0x87, REG);
120 outb(0x01, REG);
121 outb(0x55, REG);
122 outb(0x55, REG);
[all...]
H A Dit87_wdt.c62 #define REG 0x2e macro
165 outb(0x87, REG);
166 outb(0x01, REG);
167 outb(0x55, REG);
168 outb(0x55, REG);
173 outb(0x02, REG);
179 outb(LDNREG, REG);
185 outb(reg, REG);
191 outb(reg, REG);
198 outb(reg++, REG);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dpss.c73 #define REG(x) (devc->base+x) macro
168 if (inw(REG(PSS_STATUS)) & PSS_WRITE_EMPTY)
170 outw(data, REG(PSS_DATA));
195 id = inw(REG(PSS_ID));
224 tmp = inw(REG(dev)) & ~0x38; /* Load confreg, mask IRQ bits out */
231 outw(tmp | bits, REG(dev));
237 unsigned short tmp = inw(REG(dev)) & 0x003f;
240 outw(bits | tmp, REG(dev));
256 tmp = inw(REG(dev)) & ~0x07; /* Load confreg, mask DMA bits out */
263 outw(tmp | bits, REG(de
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dswim.c45 #define REG(x) unsigned char x, x ## _pad[0x200 - 1]; macro
48 REG(write_data)
49 REG(write_mark)
50 REG(write_CRC)
51 REG(write_parameter)
52 REG(write_phase)
53 REG(write_setup)
54 REG(write_mode0)
55 REG(write_mode1)
57 REG(read_dat
[all...]
H A Dswim3.c57 #define REG(x) unsigned char x; char x ## _pad[15]; macro
64 REG(data);
65 REG(timer); /* counts down at 1MHz */
66 REG(error);
67 REG(mode);
68 REG(select); /* controls CA0, CA1, CA2 and LSTRB signals */
69 REG(setup);
70 REG(control); /* writing bits clears them */
71 REG(status); /* writing bits sets them in control */
72 REG(int
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/scripts/
H A Dmakefile.amiga18 CFLAGS= NOSTKCHK PARMS=REG OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/scripts/
H A Dmakefile.amiga15 CFLAGS= NOSTKCHK PARMS=REG OPTIMIZE OPTGO OPTPEEP OPTINLOCAL OPTINL\
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/fs_enet/
H A Dmii-fec.c46 #define mk_mii_read(REG) (0x60020000 | ((REG & 0x1f) << 18))
47 #define mk_mii_write(REG, VAL) (0x50020000 | ((REG & 0x1f) << 18) | (VAL & 0xffff))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dsmsc47b397.c52 #define REG 0x2e /* The register to read/write */ macro
57 outb(reg, REG);
63 outb(reg, REG);
75 outb(0x55, REG);
80 outb(0xAA, REG);
159 REG: 1C/bit, two's complement */
179 REG: count of 90kHz pulses / revolution */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dprocess.c582 #define REG "%016lx" macro
586 #define REG "%08lx" macro
595 printk("NIP: "REG" LR: "REG" CTR: "REG"\n",
599 printk("MSR: "REG" ", regs->msr);
605 printk("DEAR: "REG", ESR: "REG"\n", regs->dar, regs->dsisr);
607 printk("DAR: "REG", DSISR: "REG"\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_fw.h197 #define RADDR_1(label) (RELOC_REGISTER | REG(label))
198 #define RADDR_2(label,ofs) (RELOC_REGISTER | ((REG(label))+(ofs)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dsun3x_esp.c36 #define dma_read32(REG) \
37 *(volatile u32 *)(esp->dma_regs + (REG))
38 #define dma_write32(VAL, REG) \
39 do { *(volatile u32 *)(esp->dma_regs + (REG)) = (VAL); } while (0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstb0899_priv.h255 #define STB0899_READ_S2REG(DEVICE, REG) (_stb0899_read_s2reg(state, DEVICE, STB0899_BASE_##REG, STB0899_OFF0_##REG))
256 //#define STB0899_WRITE_S2REG(DEVICE, REG, DATA) (_stb0899_write_s2reg(state, DEVICE, STB0899_BASE_##REG, STB0899_OFF0_##REG, DATA))

Completed in 178 milliseconds

123