Searched refs:gm_phy_read (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/marvell/ |
| H A D | sky2.c | 205 static inline u16 gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg) in gm_phy_read() function 333 u16 ectrl = gm_phy_read(hw, port, PHY_MARV_EXT_CTRL); in sky2_phy_init() 350 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 361 spec = gm_phy_read(hw, port, PHY_MARV_FE_SPEC_2); in sky2_phy_init() 391 pg = gm_phy_read(hw, port, PHY_MARV_EXT_ADR); in sky2_phy_init() 395 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 405 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 500 ctrl = gm_phy_read(hw, port, PHY_MARV_FE_LED_PAR); in sky2_phy_init() 511 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 527 pg = gm_phy_read(hw, port, PHY_MARV_EXT_ADR); in sky2_phy_init() [all …]
|
| H A D | skge.c | 1938 static u16 gm_phy_read(struct skge_hw *hw, int port, u16 reg) in gm_phy_read() function 1953 u16 ectrl = gm_phy_read(hw, port, PHY_MARV_EXT_CTRL); in yukon_init() 1964 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_init() 2218 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in yukon_suspend() 2222 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 2227 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 2333 ctrl = gm_phy_read(hw, port, PHY_MARV_AUNE_ADV); in yukon_link_down() 2351 istatus = gm_phy_read(hw, port, PHY_MARV_INT_STAT); in yukon_phy_intr() 2352 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT); in yukon_phy_intr() 2358 if (gm_phy_read(hw, port, PHY_MARV_AUNE_LP) in yukon_phy_intr() [all …]
|