Searched refs:PHY_MARV_CTRL (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/marvell/ |
D | skge.c | 211 gm_phy_write(hw, port, PHY_MARV_CTRL, in skge_wol_init() 1949 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_init() 1954 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_init() 2010 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_init() 2207 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 2209 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_suspend() 2212 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 2214 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_suspend()
|
D | skge.h | 981 PHY_MARV_CTRL = 0x00,/* 16 bit r/w PHY Control Register */ enumerator
|
D | sky2.h | 1138 PHY_MARV_CTRL = 0x00,/* 16 bit r/w PHY Control Register */ enumerator
|
D | sky2.c | 496 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in sky2_phy_init() 719 gm_phy_write(hw, port, PHY_MARV_CTRL, PHY_CT_ANE); in sky2_phy_power_up() 769 gm_phy_write(hw, port, PHY_MARV_CTRL, PHY_CT_PDOWN); in sky2_phy_power_down()
|