Searched refs:Config1 (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/realtek/ |
D | 8139too.c | 311 Config1 = 0x52, enumerator 863 u8 new_tmp8 = tmp8 = RTL_R8 (Config1); in rtl8139_init_board() 871 RTL_W8 (Config1, tmp8); in rtl8139_init_board() 884 tmp8 = RTL_R8 (Config1); in rtl8139_init_board() 886 RTL_W8 (Config1, tmp8); in rtl8139_init_board() 1597 RTL_W8 (Config1, tp->mii.full_duplex ? 0x60 : 0x20); in rtl8139_thread_iter() 1612 RTL_R8(Config0), RTL_R8(Config1)); in rtl8139_thread_iter()
|
D | r8169.c | 388 Config1 = 0x52, enumerator 1704 options = RTL_R8(Config1); in __rtl8169_get_wol() 1829 options = RTL_R8(Config1) & ~PMEnable; in __rtl8169_set_wol() 1832 RTL_W8(Config1, options); in __rtl8169_set_wol() 5676 RTL_W8(Config1, RTL_R8(Config1) | Speed_down); in __rtl_hw_start_8168cp() 6468 RTL_W8(Config1, in rtl_hw_start_8102e_1() 6472 cfg1 = RTL_R8(Config1); in rtl_hw_start_8102e_1() 6474 RTL_W8(Config1, cfg1 & ~LEDS0); in rtl_hw_start_8102e_1() 6488 RTL_W8(Config1, MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_2() 8279 RTL_W8(Config1, RTL_R8(Config1) | PMEnable); in rtl_init_one()
|
D | 8139cp.c | 151 Config1 = 0x52, /* Config1 */ enumerator 1048 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw()
|
/linux-4.4.14/drivers/net/ethernet/silan/ |
D | sc92031.c | 88 Config1 = 0x04, // Config1 enumerator 633 iowrite32(Cfg1_Rcv64K, port_base + Config1); in _sc92031_reset()
|
/linux-4.4.14/Documentation/virtual/kvm/ |
D | api.txt | 3536 allows the Config1.FP bit to be set to enable the FPU in the guest. Once this is
|