Searched refs:Config5 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | rtl8139.c | 134 Config5 = 0xD8, /* absent on RTL-8139A */ enumerator 460 uint8_t Config5; member 1259 s->Config5 = 0x0; in rtl8139_reset() 1674 val = SET_MASKED(val, 0x80, s->Config5); in rtl8139_Config5_write() 1676 s->Config5 = val; in rtl8139_Config5_write() 1681 uint32_t ret = s->Config5; in rtl8139_Config5_read() 2698 case Config5: in rtl8139_io_writeb() 2941 case Config5: in rtl8139_io_readb() 3203 VMSTATE_UINT8(Config5, RTL8139State),
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139cp.c | 161 Config5 = 0xD8, /* Config5 */ enumerator 1051 cpw8(Config5, cpr8(Config5) & PMEStatus); in cp_init_hw() 1343 options = cpr8 (Config5) & ~(UWF | MWF | BWF); in netdev_set_wol() 1351 cpw8 (Config5, options); in netdev_set_wol() 1375 options = cpr8 (Config5); in netdev_get_wol()
|
H A D | 8139too.c | 331 Config5 = 0xD8, /* absent on RTL-8139A */ enumerator 2314 u8 cfg5 = RTL_R8 (Config5); in rtl8139_get_wol() 2364 cfg5 = RTL_R8 (Config5) & ~(Cfg5_UWF | Cfg5_MWF | Cfg5_BWF); in rtl8139_set_wol() 2374 RTL_W8 (Config5, cfg5); /* need not unlock via Cfg9346 */ in rtl8139_set_wol()
|
H A D | r8169_main.c | 212 Config5 = 0x56, enumerator 744 val = RTL_R8(tp, Config5); in rtl_mod_config5() 745 RTL_W8(tp, Config5, (val & ~clear) | set); in rtl_mod_config5() 1463 { WAKE_UCAST, Config5, UWF }, in __rtl8169_set_wol() 1464 { WAKE_BCAST, Config5, BWF }, in __rtl8169_set_wol() 1465 { WAKE_MCAST, Config5, MWF }, in __rtl8169_set_wol() 1466 { WAKE_ANY, Config5, LanWake }, in __rtl8169_set_wol()
|
/openbmc/u-boot/drivers/net/ |
H A D | rtl8169.c | 132 Config5 = 0x56, enumerator
|
/openbmc/qemu/target/mips/ |
H A D | cpu-defs.c.inc | 425 * Config5: MRP
|
/openbmc/linux/Documentation/virt/kvm/ |
H A D | api.rst | 2687 Config5.FRE), i.e. as the guest would see them, and they become unpredictable 6945 Config5.FRE bits are accessible via the KVM API and also from the guest, 6958 registers can be accessed, and the Config5.MSAEn bit is accessible via the
|