Searched refs:Config1 (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpci-skeleton.c249 Config1 = 0x52, enumerator in enum:NETDRV_registers
337 /* Bits in Config1 */
687 assert (inb (pio_start+Config1) == readb (ioaddr+Config1));
1241 NETDRV_W8 (Config1, tp->full_duplex ? 0x60 : 0x20);
1255 NETDRV_R8 (Config1));
1620 NETDRV_W8 (Config1, tp->full_duplex ? 0x60 : 0x20);
1758 NETDRV_W8 (Config1, 0x03);
H A D8139too.c310 Config1 = 0x52, enumerator in enum:RTL8139_registers
408 /* Bits in Config1 */
887 u8 new_tmp8 = tmp8 = RTL_R8 (Config1);
895 RTL_W8 (Config1, tmp8);
908 tmp8 = RTL_R8 (Config1);
910 RTL_W8 (Config1, tmp8);
1400 * when PM is enabled in Config1. It can be reenabled
1593 RTL_R8 (Config1));
H A Dr8169.c253 Config1 = 0x52, enumerator in enum:RTL8169_registers
323 /* Config1 register p.24 */
644 options = RTL_R8(Config1);
676 { WAKE_ANY, Config1, PMEnable },
1617 RTL_W8(Config1, RTL_R8(Config1) | PMEnable);
H A D8139cp.c167 Config1 = 0x52, /* Config1 */ enumerator in enum:__anon5160
281 /* Config1 register */
1039 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable);
H A Dsc92031.c91 Config1 = 0x04, // Config1 enumerator in enum:silan_registers
644 iowrite32(Cfg1_Rcv64K, port_base + Config1);

Completed in 253 milliseconds