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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Ddebuglib.h143 DBG_DECL(REG)
197 #define DBG_REG(args) DBG_TEST(REG, args)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsun_esp.c27 #define dma_read32(REG) \
28 sbus_readl(esp->dma_regs + (REG))
29 #define dma_write32(VAL, REG) \
30 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)
H A Dncr53c8xx.c2018 #define RADDR(label) (RELOC_REGISTER | REG(label))
2019 #define FADDR(label,ofs)(RELOC_REGISTER | ((REG(label))+(ofs)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dmac-fcc.c80 #define mk_mii_read(REG) (0x60020000 | ((REG & 0x1f) << 18))
81 #define mk_mii_write(REG, VAL) (0x50020000 | ((REG & 0x1f) << 18) | (VAL & 0xffff))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dreg.h577 #define MTFSF_L(REG) \
578 .long (0xfc00058e | ((0xff) << 17) | ((REG) << 11) | (1 << 25))
580 #define MTFSF_L(REG) mtfsf 0xff, (REG)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dit87.c47 #define REG 0x2e /* The register to read/write */ macro
58 outb(reg, REG);
65 outb(reg++, REG);
67 outb(reg, REG);
75 outb(DEV, REG);
82 outb(0x87, REG);
83 outb(0x01, REG);
84 outb(0x55, REG);
85 outb(0x55, REG);
91 outb(0x02, REG);
[all...]
H A Dsmsc47m1.c49 #define REG 0x2e /* The register to read/write */ macro
55 outb(reg, REG);
62 outb(reg, REG);
72 outb(0x55, REG);
78 outb(0xAA, REG);
H A Dasb100.c113 REG: 16mV/bit */
145 REG: 1C/bit, two's complement */
159 REG: (6.25% duty cycle per bit) */
174 REG: 0, 1, 2, or 3 (respectively) (defaults to 1) */
241 #define set_in_reg(REG, reg) \
251 asb100_write_value(client, ASB100_REG_IN_##REG(nr), \
445 #define set_temp_reg(REG, reg) \
462 asb100_write_value(client, ASB100_REG_TEMP_##REG(nr+1), \
H A Dw83781d.c305 #define store_in_reg(REG, reg) \
318 w83781d_write_value(data, W83781D_REG_IN_##REG(nr), data->in_##reg[nr]); \
406 #define store_temp_reg(REG, reg) \
421 w83781d_write_value(data, W83781D_REG_TEMP_##REG(nr), \
425 w83781d_write_value(data, W83781D_REG_TEMP_##REG(nr), \
H A Dw83791d.c326 #define store_in_reg(REG, reg) \
340 w83791d_write(client, W83791D_REG_IN_##REG[nr], data->in_##reg[nr]); \
H A Dw83792d.c363 #define store_in_reg(REG, reg) \
377 w83792d_write_value(client, W83792D_REG_IN_##REG[nr], data->in_##reg[nr]); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/cs423x/
H A Dcs4231_lib.c155 cs4231_outb(chip, CS4231P(REG), tmp);
170 cs4231_outb(chip, CS4231P(REG), value);
187 cs4231_outb(chip, CS4231P(REG), value);
206 return cs4231_inb(chip, CS4231P(REG));
212 cs4231_outb(chip, CS4231P(REG), reg | (chip->image[CS4236_EXT_REG] & 0x01));
213 cs4231_outb(chip, CS4231P(REG), val);
220 cs4231_outb(chip, CS4231P(REG), reg | (chip->image[CS4236_EXT_REG] & 0x01));
221 return cs4231_inb(chip, CS4231P(REG));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c239 #define mk_mii_read(REG) (0x60020000 | ((REG & 0x1f) << 18))
240 #define mk_mii_write(REG, VAL) (0x50020000 | ((REG & 0x1f) << 18) | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/ad1848/
H A Dad1848_lib.c112 outb(chip->image[reg] = value, AD1848P(chip, REG));
126 outb(value, AD1848P(chip, REG));
142 return inb(AD1848P(chip, REG));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8260_io/
H A Dfcc_enet.c416 #define mk_mii_read(REG) (0x60020000 | (((REG) & 0x1f) << 18))
417 #define mk_mii_write(REG, VAL) (0x50020000 | (((REG) & 0x1f) << 18) | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dfec.c263 #define mk_mii_read(REG) (0x60020000 | ((REG & 0x1f) << 18))
264 #define mk_mii_write(REG, VAL) (0x50020000 | ((REG & 0x1f) << 18) | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpci_psycho.c26 * routines are how they are accessed. The REG parameter
80 #define PSYCHO_CONFIG_ENCODE(BUS, DEVFN, REG) \
83 ((unsigned long)(REG)))
H A Dpci_schizo.c25 * routines are how they are accessed. The REG parameter
89 #define SCHIZO_CONFIG_ENCODE(BUS, DEVFN, REG) \
92 ((unsigned long)(REG)))
H A Dprom.c428 #define SABRE_CONFIG_ENCODE(BUS, DEVFN, REG) \
431 ((unsigned long)(REG)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dcontrolfb.c117 #define CNTRL_REG(INFO,REG) (&(((INFO)->control_regs->REG).r))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/sparc/
H A Dcs4231.c444 __cs4231_writeb(chip, tmp, CS4231P(chip, REG));
463 __cs4231_writeb(chip, value, CS4231P(chip, REG));
480 __cs4231_writeb(chip, value, CS4231P(chip, REG));
500 ret = __cs4231_readb(chip, CS4231P(chip, REG));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.
H A Dpfpsp.S4575 # currently, MODE and REG are taken from the EXC_OPWORD. this could be
4583 # jump to the corresponding function for each {MODE,REG} pair.

Completed in 335 milliseconds

123