Searched refs:Config0 (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/hw/net/ |
H A D | rtl8139.c | 114 Config0 = 0x51, enumerator 456 uint8_t Config0; member 1256 s->Config0 = 0x0; /* No boot ROM */ in rtl8139_reset() 1578 val = SET_MASKED(val, 0xf8, s->Config0); in rtl8139_Config0_write() 1580 s->Config0 = val; in rtl8139_Config0_write() 1585 uint32_t ret = s->Config0; in rtl8139_Config0_read() 2686 case Config0: in rtl8139_io_writeb() 2929 case Config0: in rtl8139_io_readb() 3199 VMSTATE_UINT8(Config0, RTL8139State),
|
/openbmc/linux/drivers/net/ethernet/silan/ |
H A D | sc92031.c | 88 Config0 = 0x00, // Config0 enumerator 603 iowrite32(Cfg0_Reset, port_base + Config0); in _sc92031_reset() 606 iowrite32(0, port_base + Config0); in _sc92031_reset()
|
/openbmc/u-boot/drivers/net/ |
H A D | rtl8139.c | 112 Cfg9346=0x50, Config0=0x51, Config1=0x52, enumerator
|
H A D | rtl8169.c | 127 Config0 = 0x51, enumerator
|
/openbmc/qemu/target/mips/ |
H A D | cpu-defs.c.inc | 556 /* Note: Config1 is only used internally, the R4000 has only Config0. */ 830 Loongson-2E has only Config0. */ 850 Loongson-2F has only Config0. */
|
/openbmc/linux/drivers/net/ethernet/realtek/ |
H A D | 8139too.c | 311 Config0 = 0x51, enumerator 1606 RTL_R8(Config0), RTL_R8(Config1)); in rtl8139_thread_iter()
|
H A D | r8169_main.c | 205 Config0 = 0x51, enumerator
|