Searched defs:gm_phy_read (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | skge.c | 1201 static u16 gm_phy_read(struct skge_hw *hw, int port, u16 reg) function 1218 u16 ectrl = gm_phy_read(hw, port, PHY_MARV_EXT_CTRL); 1229 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); 1480 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); 1484 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); 1489 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); 1558 ctrl = gm_phy_read(hw, port, PHY_MARV_AUNE_ADV); 1576 istatus = gm_phy_read(hw, port, PHY_MARV_INT_STAT); 1577 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT); 1583 if (gm_phy_read(h [all...] |
H A D | sky2.c | 184 static inline u16 gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg) function 303 u16 ectrl = gm_phy_read(hw, port, PHY_MARV_EXT_CTRL); 320 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); 331 spec = gm_phy_read(hw, port, PHY_MARV_FE_SPEC_2); 361 pg = gm_phy_read(hw, port, PHY_MARV_EXT_ADR); 365 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); 375 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); 466 ctrl = gm_phy_read(hw, port, PHY_MARV_FE_LED_PAR); 477 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); 493 pg = gm_phy_read(h [all...] |
Completed in 332 milliseconds