Searched refs:REG (Results 26 - 50 of 57) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dbase.c122 #define REG(NAME, MODE, fops) \ macro
2328 REG("current", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2329 REG("prev", S_IRUGO, proc_pid_attr_operations),
2330 REG("exec", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2331 REG("fscreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2332 REG("keycreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2333 REG("sockcreate", S_IRUGO|S_IWUGO, proc_pid_attr_operations),
2674 REG("environ", S_IRUSR, proc_environ_operations),
2680 REG("sched", S_IRUGO|S_IWUSR, proc_pid_sched_operations),
2682 REG("com
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c168 #define REG "%.16lx" macro
172 #define REG "%.8lx" macro
1205 printf(" data "REG" [", dabr.address);
1341 printf("["REG"] ", sp);
1347 printf("["REG"] ", sp);
1465 printf("*** Error reading registers from "REG"\n",
1476 printf("R%.2ld = "REG" R%.2ld = "REG"\n",
1480 printf("R%.2ld = "REG" R%.2ld = "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_defs.h385 #define REG(r) REGJ (nc_, r) macro
585 (0x68000000 | (SCR_REG_OFS(REG(reg))) | (op) | (((data)&0xff)<<8ul))
588 (0x70000000 | (SCR_REG_OFS(REG(reg))) | (op) | (((data)&0xff)<<8ul))
591 (0x78000000 | (SCR_REG_OFS(REG(reg))) | (op) | (((data)&0xff)<<8ul))
657 (0xe1000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
660 (0xe0000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmac_esp.c47 #define esp_read8(REG) mac_esp_read8(esp, REG)
48 #define esp_write8(VAL, REG) mac_esp_write8(esp, VAL, REG)
H A Dsun_esp.c30 #define dma_read32(REG) \
31 sbus_readl(esp->dma_regs + (REG))
32 #define dma_write32(VAL, REG) \
33 sbus_writel((VAL), esp->dma_regs + (REG))
H A Dncr53c8xx.h898 #define REG(r) REGJ (nc_, r) macro
1088 (0x68000000 | (SCR_REG_OFS(REG(reg))) | (op) | (((data)&0xff)<<8ul))
1091 (0x70000000 | (SCR_REG_OFS(REG(reg))) | (op) | (((data)&0xff)<<8ul))
1094 (0x78000000 | (SCR_REG_OFS(REG(reg))) | (op) | (((data)&0xff)<<8ul))
1160 (0xe1000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
1163 (0xe0000000 | how | (SCR_REG_OFS2(REG(reg))) | (n))
H A Desp_scsi.c103 #define esp_read8(REG) esp->ops->esp_read8(esp, REG)
104 #define esp_write8(VAL,REG) esp->ops->esp_write8(esp, VAL, REG)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/hardware/eicon/
H A Ddebuglib.c61 DBG_FUNC(REG)
H A Ddebuglib.h143 DBG_DECL(REG)
197 #define DBG_REG(args) DBG_TEST(REG, args)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/fs_enet/
H A Dmac-fcc.c72 #define mk_mii_read(REG) (0x60020000 | ((REG & 0x1f) << 18))
73 #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 Dsmsc47m1.c54 #define REG 0x2e /* The register to read/write */ macro
60 outb(reg, REG);
67 outb(reg, REG);
77 outb(0x55, REG);
83 outb(0xAA, REG);
H A Dit87.c65 #define REG 0x2e /* The register to read/write */ macro
79 outb(reg, REG);
86 outb(reg, REG);
93 outb(reg++, REG);
95 outb(reg, REG);
103 outb(DEV, REG);
110 outb(0x87, REG);
111 outb(0x01, REG);
112 outb(0x55, REG);
113 outb(0x55, REG);
[all...]
H A Dasb100.c108 REG: 16mV/bit */
140 REG: 1C/bit, two's complement */
154 REG: (6.25% duty cycle per bit) */
169 REG: 0, 1, 2, or 3 (respectively) (defaults to 1) */
247 #define set_in_reg(REG, reg) \
258 asb100_write_value(client, ASB100_REG_IN_##REG(nr), \
415 #define set_temp_reg(REG, reg) \
433 asb100_write_value(client, ASB100_REG_TEMP_##REG(nr+1), \
H A Dw83627ehf.c634 #define store_in_reg(REG, reg) \
646 w83627ehf_write_value(data, W83627EHF_REG_IN_##REG(nr), \
860 #define store_temp1_reg(REG, reg) \
870 w83627ehf_write_value(data, W83627EHF_REG_TEMP1_##REG, \
893 #define store_temp_reg(REG, reg) \
905 w83627ehf_write_value(data, W83627EHF_REG_TEMP_##REG[nr], \
1139 #define fan_functions(reg, REG) \
1158 w83627ehf_write_value(data, data->REG_##REG[nr], val); \
1168 #define fan_time_functions(reg, REG) \
1190 w83627ehf_write_value(data, W83627EHF_REG_##REG[n
[all...]
H A Dw83l786ng.c200 #define store_in_reg(REG, reg) \
211 w83l786ng_write_value(client, W83L786NG_REG_IN_##REG(nr), \
H A Dw83781d.c267 #define store_in_reg(REG, reg) \
280 w83781d_write_value(data, W83781D_REG_IN_##REG(nr), data->in_##reg[nr]); \
368 #define store_temp_reg(REG, reg) \
383 w83781d_write_value(data, W83781D_REG_TEMP_##REG(nr), \
387 w83781d_write_value(data, W83781D_REG_TEMP_##REG(nr), \
H A Dw83791d.c376 #define store_in_reg(REG, reg) \
390 w83791d_write(client, W83791D_REG_IN_##REG[nr], data->in_##reg[nr]); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-int.c492 gic_present = (REG(_msc01_biu_base, MSC01_SC_CFG) &
572 i = REG(_msc01_biu_base, MSC01_SC_CFG);
573 REG(_msc01_biu_base, MSC01_SC_CFG) =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dreg.h792 #define MTFSF_L(REG) \
793 .long (0xfc00058e | ((0xff) << 17) | ((REG) << 11) | (1 << 25))
795 #define MTFSF_L(REG) mtfsf 0xff, (REG)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dprom_irqtrans.c101 #define SABRE_CONFIG_ENCODE(BUS, DEVFN, REG) \
104 ((unsigned long)(REG)))
H A Dpci_schizo.c72 #define SCHIZO_CONFIG_ENCODE(BUS, DEVFN, REG) \
75 ((unsigned long)(REG)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dgic.h28 #define REG(base, offs) REG32((unsigned long)(base) + offs##_##OFS) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wss/
H A Dwss_lib.c191 wss_outb(chip, CS4231P(REG), value);
204 wss_outb(chip, CS4231P(REG), value);
222 return wss_inb(chip, CS4231P(REG));
230 wss_outb(chip, CS4231P(REG),
232 wss_outb(chip, CS4231P(REG), val);
240 wss_outb(chip, CS4231P(REG),
242 return wss_inb(chip, CS4231P(REG));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dcontrolfb.c119 #define CNTRL_REG(INFO,REG) (&(((INFO)->control_regs->REG).r))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Disp.S916 # MODE and REG are taken from the EXC_OPWORD.
923 # jump to the corresponding function for each {MODE,REG} pair.

Completed in 400 milliseconds

123