/external/syslinux/gpxe/src/drivers/net/ |
sky2.c | 130 static int gm_phy_write(struct sky2_hw *hw, unsigned port, u16 reg, u16 val) function 317 gm_phy_write(hw, port, PHY_MARV_EXT_CTRL, ectrl); 333 gm_phy_write(hw, port, PHY_MARV_FE_SPEC_2, spec); 357 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); 364 gm_phy_write(hw, port, PHY_MARV_EXT_ADR, 2); 368 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); 372 gm_phy_write(hw, port, PHY_MARV_EXT_ADR, 1); 377 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); 380 gm_phy_write(hw, port, PHY_MARV_EXT_ADR, pg); 452 gm_phy_write(hw, port, PHY_MARV_1000T_CTRL, ct1000) [all...] |
skge.c | 63 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); 181 gm_phy_write(hw, port, PHY_MARV_LED_OVER, 189 gm_phy_write(hw, port, PHY_MARV_LED_CTRL, 195 gm_phy_write(hw, port, PHY_MARV_LED_OVER, 201 gm_phy_write(hw, port, PHY_MARV_LED_CTRL, 0); 202 gm_phy_write(hw, port, PHY_MARV_LED_OVER, 1161 static int gm_phy_write(struct skge_hw *hw, int port, u16 reg, u16 val) function [all...] |