Searched refs:CONFIG3 (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rtl818x/
H A Drtl8187_dev.c598 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
599 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg |
605 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg &
623 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
624 rtl818x_iowrite8(priv, &priv->map->CONFIG3,
630 rtl818x_iowrite8(priv, &priv->map->CONFIG3,
678 rtl818x_iowrite8(priv, &priv->map->CONFIG3, 0x44);
738 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
740 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg);
753 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
[all...]
H A Drtl818x.h114 u8 CONFIG3; member in struct:rtl818x_csr
H A Drtl8180_dev.c333 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
334 rtl818x_iowrite8(priv, &priv->map->CONFIG3,
337 rtl818x_iowrite8(priv, &priv->map->CONFIG3,
372 if (rtl818x_ioread8(priv, &priv->map->CONFIG3) & (1 << 3)) {
374 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
376 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg);
420 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
421 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg | (1 << 2));
H A Drtl8180_rtl8225.c288 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
289 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg | RTL818X_CONFIG3_ANAPARAM_WRITE);
291 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg & ~RTL818X_CONFIG3_ANAPARAM_WRITE);
328 rtl818x_iowrite8(priv, &priv->map->CONFIG3, 0x44);
557 rtl818x_iowrite8(priv, &priv->map->CONFIG3, 0x44);
710 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
711 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg | RTL818X_CONFIG3_ANAPARAM_WRITE);
714 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg & ~RTL818X_CONFIG3_ANAPARAM_WRITE);
H A Drtl8187_rtl8225.c314 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
315 rtl818x_iowrite8(priv, &priv->map->CONFIG3,
319 rtl818x_iowrite8(priv, &priv->map->CONFIG3,
569 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
570 rtl818x_iowrite8(priv, &priv->map->CONFIG3,
574 rtl818x_iowrite8(priv, &priv->map->CONFIG3,
907 reg = rtl818x_ioread8(priv, &priv->map->CONFIG3);
908 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg | RTL818X_CONFIG3_ANAPARAM_WRITE);
922 rtl818x_iowrite8(priv, &priv->map->CONFIG3, reg & ~RTL818X_CONFIG3_ANAPARAM_WRITE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/
H A Dr8180_hw.h202 #define CONFIG3 0x0059 macro
H A Dr8180_rtl8225z2.c652 write_nic_byte(dev, CONFIG3, 0x44);
871 btConfig3 = read_nic_byte(dev, CONFIG3);
872 write_nic_byte(dev, CONFIG3, (btConfig3 | CONFIG3_PARM_En));
1029 write_nic_byte(dev, CONFIG3, btConfig3);
H A Dr8180_core.c2999 conf3 = read_nic_byte(dev, CONFIG3);
3000 write_nic_byte(dev, CONFIG3, conf3 | (1<<CONFIG3_ANAPARAM_W_SHIFT));
3003 conf3 = read_nic_byte(dev, CONFIG3);
3004 write_nic_byte(dev, CONFIG3, conf3 & ~(1<<CONFIG3_ANAPARAM_W_SHIFT));
3014 conf3 = read_nic_byte(dev, CONFIG3);
3015 write_nic_byte(dev, CONFIG3, conf3 | (1<<CONFIG3_ANAPARAM_W_SHIFT));
3018 conf3 = read_nic_byte(dev, CONFIG3);
3019 write_nic_byte(dev, CONFIG3, conf3 & ~(1<<CONFIG3_ANAPARAM_W_SHIFT));
3141 write_nic_byte(dev, CONFIG3, read_nic_byte(dev, CONFIG3)
[all...]
H A Dr8185b_init.c1686 tmpu8 = read_nic_byte(dev, CONFIG3);
1687 write_nic_byte(dev, CONFIG3, (tmpu8 |CONFIG3_PARM_En) );
1694 write_nic_byte(dev, CONFIG3, tmpu8);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A DNCR53c406a.c262 static int CONFIG3; /* Configuration 3 Register */ variable
969 outb(C3_IMG, CONFIG3);
998 CONFIG3 = (port_base + 0x0C);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dsym53c500_cs.c111 #define CONFIG3 0x0C /* configuration 3 register */ macro
225 outb(C3_IMG, io_port + CONFIG3);

Completed in 72 milliseconds