Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Digb_core.h55 PHY_W = BIT(1), enumerator
56 PHY_RW = PHY_R | PHY_W };
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
451 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
H A Digb_core.c2666 [IGP01E1000_PHY_PAGE_SELECT] = PHY_W
2698 if (!(igb_phy_regcap[addr] & PHY_W)) { in igb_set_mdic()
H A De1000e_core.c2299 if (!e1000e_phy_reg_check_cap(core, addr, PHY_W, &page)) { in e1000e_set_mdic()