Searched refs:PHY_W (Results 1 – 5 of 5) sorted by relevance
55 PHY_W = BIT(1), enumerator56 PHY_RW = PHY_R | PHY_W };
49 PHY_W = BIT(1), enumerator50 PHY_RW = PHY_R | PHY_W,
206 enum { PHY_R = 1, PHY_W = 2, PHY_RW = PHY_R | PHY_W }; enumerator451 if (!(phy_regcap[addr] & PHY_W)) { in set_mdic()
2666 [IGP01E1000_PHY_PAGE_SELECT] = PHY_W2698 if (!(igb_phy_regcap[addr] & PHY_W)) { in igb_set_mdic()
2299 if (!e1000e_phy_reg_check_cap(core, addr, PHY_W, &page)) { in e1000e_set_mdic()