Searched refs:Config1 (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/drivers/net/ |
H A D | rtl8139.c | 112 Cfg9346=0x50, Config0=0x51, Config1=0x52, enumerator 253 outb(0x00, ioaddr + Config1); in rtl8139_probe()
|
H A D | rtl8169.c | 128 Config1 = 0x52, enumerator
|
/openbmc/qemu/hw/net/ |
H A D | rtl8139.c | 115 Config1 = 0x52, enumerator 457 uint8_t Config1; member 1257 s->Config1 = 0xC; /* IO mapped and MEM mapped registers available */ in rtl8139_reset() 1603 val = SET_MASKED(val, 0xC, s->Config1); in rtl8139_Config1_write() 1605 s->Config1 = val; in rtl8139_Config1_write() 1610 uint32_t ret = s->Config1; in rtl8139_Config1_read() 2689 case Config1: in rtl8139_io_writeb() 2932 case Config1: in rtl8139_io_readb() 3200 VMSTATE_UINT8(Config1, RTL8139State),
|
/openbmc/qemu/target/mips/ |
H A D | cpu-defs.c.inc | 81 /* Config1 implemented, fixed mapping MMU, 375 /* Config1 implemented, fixed mapping MMU, 556 /* Note: Config1 is only used internally, the R4000 has only Config0. */ 829 /* Note: Config1 is only used internally, 849 /* Note: Config1 is only used internally,
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 312 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() 1591 RTL_W8 (Config1, tp->mii.full_duplex ? 0x60 : 0x20); in rtl8139_thread_iter() 1606 RTL_R8(Config0), RTL_R8(Config1)); in rtl8139_thread_iter()
|
H A D | r8169_main.c | 206 Config1 = 0x52, enumerator 1500 options = RTL_R8(tp, Config1) & ~PMEnable; in __rtl8169_set_wol() 1503 RTL_W8(tp, Config1, options); in __rtl8169_set_wol() 2884 RTL_W8(tp, Config1, RTL_R8(tp, Config1) | Speed_down); in __rtl_hw_start_8168cp() 3502 RTL_W8(tp, Config1, in rtl_hw_start_8102e_1() 3506 cfg1 = RTL_R8(tp, Config1); in rtl_hw_start_8102e_1() 3508 RTL_W8(tp, Config1, cfg1 & ~LEDS0); in rtl_hw_start_8102e_1() 3517 RTL_W8(tp, Config1, MEMMAP | IOMAP | VPD | PMEnable); in rtl_hw_start_8102e_2() 3638 RTL_W8(tp, Config1, RTL_R8(tp, Config1) & ~0x10); in rtl_hw_start_8125_common()
|
H A D | 8139cp.c | 151 Config1 = 0x52, /* Config1 */ enumerator 1046 cpw8(Config1, cpr8(Config1) | DriverLoaded | PMEnable); in cp_init_hw()
|
/openbmc/linux/drivers/net/ethernet/silan/ |
H A D | sc92031.c | 89 Config1 = 0x04, // Config1 enumerator 632 iowrite32(Cfg1_Rcv64K, port_base + Config1); in _sc92031_reset()
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 6942 allows the Config1.FP bit to be set to enable the FPU in the guest. Once this is
|