Home
last modified time | relevance | path

Searched refs:gm_phy_write (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dsky2.c130 static int gm_phy_write(struct sky2_hw *hw, unsigned port, u16 reg, u16 val) in gm_phy_write() function
317 gm_phy_write(hw, port, PHY_MARV_EXT_CTRL, ectrl); in sky2_phy_init()
333 gm_phy_write(hw, port, PHY_MARV_FE_SPEC_2, spec); in sky2_phy_init()
357 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in sky2_phy_init()
364 gm_phy_write(hw, port, PHY_MARV_EXT_ADR, 2); in sky2_phy_init()
368 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in sky2_phy_init()
372 gm_phy_write(hw, port, PHY_MARV_EXT_ADR, 1); in sky2_phy_init()
377 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in sky2_phy_init()
380 gm_phy_write(hw, port, PHY_MARV_EXT_ADR, pg); in sky2_phy_init()
452 gm_phy_write(hw, port, PHY_MARV_1000T_CTRL, ct1000); in sky2_phy_init()
[all …]
Dskge.c63 static int gm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val);
180 gm_phy_write(hw, port, PHY_MARV_LED_CTRL, 0); in skge_led()
181 gm_phy_write(hw, port, PHY_MARV_LED_OVER, in skge_led()
189 gm_phy_write(hw, port, PHY_MARV_LED_CTRL, in skge_led()
195 gm_phy_write(hw, port, PHY_MARV_LED_OVER, in skge_led()
201 gm_phy_write(hw, port, PHY_MARV_LED_CTRL, 0); in skge_led()
202 gm_phy_write(hw, port, PHY_MARV_LED_OVER, in skge_led()
1161 static int gm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val) in gm_phy_write() function
1226 gm_phy_write(hw, port, PHY_MARV_EXT_CTRL, ectrl); in yukon_init()
1234 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_init()
[all …]