Searched refs:gm_phy_read (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/net/ethernet/marvell/ |
D | sky2.c | 203 static inline u16 gm_phy_read(struct sky2_hw *hw, unsigned port, u16 reg) in gm_phy_read() function 331 u16 ectrl = gm_phy_read(hw, port, PHY_MARV_EXT_CTRL); in sky2_phy_init() 348 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 359 spec = gm_phy_read(hw, port, PHY_MARV_FE_SPEC_2); in sky2_phy_init() 389 pg = gm_phy_read(hw, port, PHY_MARV_EXT_ADR); in sky2_phy_init() 393 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 403 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 498 ctrl = gm_phy_read(hw, port, PHY_MARV_FE_LED_PAR); in sky2_phy_init() 509 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 525 pg = gm_phy_read(hw, port, PHY_MARV_EXT_ADR); in sky2_phy_init() [all …]
|
D | skge.c | 1939 static u16 gm_phy_read(struct skge_hw *hw, int port, u16 reg) in gm_phy_read() function 1954 u16 ectrl = gm_phy_read(hw, port, PHY_MARV_EXT_CTRL); in yukon_init() 1965 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_init() 2219 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in yukon_suspend() 2223 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 2228 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 2334 ctrl = gm_phy_read(hw, port, PHY_MARV_AUNE_ADV); in yukon_link_down() 2352 istatus = gm_phy_read(hw, port, PHY_MARV_INT_STAT); in yukon_phy_intr() 2353 phystat = gm_phy_read(hw, port, PHY_MARV_PHY_STAT); in yukon_phy_intr() 2359 if (gm_phy_read(hw, port, PHY_MARV_AUNE_LP) in yukon_phy_intr() [all …]
|