Home
last modified time | relevance | path

Searched refs:PHY_W (Results 1 – 25 of 28) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/hw/net/
H A De1000e_core.h49 PHY_W = BIT(1), enumerator
50 PHY_RW = PHY_R | PHY_W,
H A De1000.c207 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator
436 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
H A De1000e_core.c2319 if (!e1000e_phy_reg_check_cap(core, addr, PHY_W, &page)) { in e1000e_set_mdic()
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A De1000e_core.h49 PHY_W = BIT(1), enumerator
50 PHY_RW = PHY_R | PHY_W,
H A De1000.c211 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator
451 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
H A De1000e_core.c2311 if (!e1000e_phy_reg_check_cap(core, addr, PHY_W, &page)) { in e1000e_set_mdic()
/dports/emulators/qemu5/qemu-5.2.0/hw/net/
H A De1000e_core.h49 PHY_W = BIT(1), enumerator
50 PHY_RW = PHY_R | PHY_W,
H A De1000.c206 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator
435 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
H A De1000e_core.c2319 if (!e1000e_phy_reg_check_cap(core, addr, PHY_W, &page)) { in e1000e_set_mdic()
/dports/emulators/qemu60/qemu-6.0.0/hw/net/
H A De1000e_core.h49 PHY_W = BIT(1), enumerator
50 PHY_RW = PHY_R | PHY_W,
H A De1000.c206 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator
435 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
H A De1000e_core.c2312 if (!e1000e_phy_reg_check_cap(core, addr, PHY_W, &page)) { in e1000e_set_mdic()
/dports/emulators/qemu-utils/qemu-4.2.1/hw/net/
H A De1000e_core.h49 PHY_W = BIT(1), enumerator
50 PHY_RW = PHY_R | PHY_W,
H A De1000.c207 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator
436 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
H A De1000e_core.c2319 if (!e1000e_phy_reg_check_cap(core, addr, PHY_W, &page)) { in e1000e_set_mdic()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/net/
H A De1000e_core.h46 PHY_W = BIT(1), enumerator
47 PHY_RW = PHY_R | PHY_W,
H A De1000.c202 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator
421 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
H A De1000e_core.c2318 if (!e1000e_phy_reg_check_cap(core, addr, PHY_W, &page)) { in e1000e_set_mdic()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/hw/net/
H A De1000e_core.h49 PHY_W = BIT(1), enumerator
50 PHY_RW = PHY_R | PHY_W,
H A De1000.c207 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator
436 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/hw/net/
H A De1000e_core.h49 PHY_W = BIT(1), enumerator
50 PHY_RW = PHY_R | PHY_W,
H A De1000.c207 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator
436 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/net/
H A De1000e_core.h49 PHY_W = BIT(1), enumerator
50 PHY_RW = PHY_R | PHY_W,
H A De1000.c210 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator
450 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
/dports/emulators/bochs/bochs-2.7/iodev/network/
H A De1000.cc269 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator
1023 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()

12