Searched refs:PHY_MARV_CTRL (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/marvell/ |
| H A D | skge.c | 199 gm_phy_write(hw, port, PHY_MARV_CTRL, in skge_wol_init() 1963 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_init() 1968 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_init() 2024 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_init() 2221 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 2223 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_suspend() 2226 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 2228 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_suspend()
|
| H A D | skge.h | 976 PHY_MARV_CTRL = 0x00,/* 16 bit r/w PHY Control Register */ enumerator
|
| H A D | sky2.h | 1138 PHY_MARV_CTRL = 0x00,/* 16 bit r/w PHY Control Register */ enumerator
|
| H A D | sky2.c | 489 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in sky2_phy_init() 712 gm_phy_write(hw, port, PHY_MARV_CTRL, PHY_CT_ANE); in sky2_phy_power_up() 762 gm_phy_write(hw, port, PHY_MARV_CTRL, PHY_CT_PDOWN); in sky2_phy_power_down()
|