Searched refs:regaddr (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/sgi/
H A Dsgi.h42 #define SGI_MSB(regaddr) (regaddr)
44 #define SGI_MSB(regaddr) ((regaddr) | 0x3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/sgi/
H A Dsgi.h42 #define SGI_MSB(regaddr) (regaddr)
44 #define SGI_MSB(regaddr) ((regaddr) | 0x3)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/tokenring/
H A Dabyss.c64 static void at24_writedatabyte(unsigned long regaddr, unsigned char byte);
65 static int at24_sendfullcmd(unsigned long regaddr, unsigned char cmd, unsigned char addr);
66 static int at24_sendcmd(unsigned long regaddr, unsigned char cmd);
67 static unsigned char at24_readdatabit(unsigned long regaddr);
68 static unsigned char at24_readdatabyte(unsigned long regaddr);
69 static int at24_waitforack(unsigned long regaddr);
70 static int at24_waitfornack(unsigned long regaddr);
71 static void at24_setlines(unsigned long regaddr, unsigned char clock, unsigned char data);
72 static void at24_start(unsigned long regaddr);
73 static unsigned char at24_readb(unsigned long regaddr, unsigne
212 at24_writedatabyte(unsigned long regaddr, unsigned char byte) argument
223 at24_sendfullcmd(unsigned long regaddr, unsigned char cmd, unsigned char addr) argument
232 at24_sendcmd(unsigned long regaddr, unsigned char cmd) argument
245 at24_readdatabit(unsigned long regaddr) argument
257 at24_readdatabyte(unsigned long regaddr) argument
270 at24_waitforack(unsigned long regaddr) argument
281 at24_waitfornack(unsigned long regaddr) argument
291 at24_setlines(unsigned long regaddr, unsigned char clock, unsigned char data) argument
303 at24_start(unsigned long regaddr) argument
311 at24_readb(unsigned long regaddr, unsigned char addr) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/ddb5xxx/ddb5477/
H A Ddebug.c24 unsigned regaddr; member in struct:__anon3580
35 *(unsigned *)(regs[i].regaddr),
36 regs[i].regaddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dsys_eiger.c46 int regaddr; local
49 regaddr = 0x510 + (((irq - 16) >> 2) & 0x0c);
50 outl(mask & 0xffff0000UL, regaddr);
H A Dsys_takara.c40 int regaddr; local
43 regaddr = 0x510 + (((irq - 16) >> 2) & 0x0c);
44 outl(mask & 0xffff0000UL, regaddr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dnicpci.c66 static int pcie_mdioop(pcicore_info_t *pi, uint physmedia, uint regaddr, bool write, uint *val);
67 static int pciegen1_mdioop(pcicore_info_t *pi, uint physmedia, uint regaddr, bool write,
69 static int pciegen2_mdioop(pcicore_info_t *pi, uint physmedia, uint regaddr, bool write,
376 pcie_mdioop(pcicore_info_t *pi, uint physmedia, uint regaddr, bool write, uint *val) argument
379 return (pciegen1_mdioop(pi, physmedia, regaddr, write, val));
381 return (pciegen2_mdioop(pi, physmedia, regaddr, write, val, 0));
387 pciegen2_mdioop(pcicore_info_t *pi, uint physmedia, uint regaddr, bool write, uint *val, argument
401 mdio_ctrl |= (regaddr << MDIOCTL2_REGADDR_SHF);
431 pciegen1_mdioop(pcicore_info_t *pi, uint physmedia, uint regaddr, bool write, uint *val) argument
449 (regaddr << MDIODATA_REGADDR_SH
489 pcie_mdioread(pcicore_info_t *pi, uint physmedia, uint regaddr, uint *regval) argument
496 pcie_mdiowrite(pcicore_info_t *pi, uint physmedia, uint regaddr, uint val) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Dmpc52xx_psc_spi.c440 static int __init mpc52xx_psc_spi_do_probe(struct device *dev, u32 regaddr, argument
475 mps->psc = ioremap(regaddr, size);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/8xx_io/
H A Dfec.c286 __u16 proto, volatile __u32 *regaddr, void *priv)
304 fep->ph_regaddr = regaddr;
285 fec_register_ph(struct net_device *dev, fec_ph_func *rxfun, fec_ph_func *txfun, __u16 proto, volatile __u32 *regaddr, void *priv) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dnec_vrc5477.c1719 unsigned regaddr; member in struct:__anon11036
1767 inl(s->io + vrc5477_ac97_regs[cnt].regaddr));

Completed in 83 milliseconds