Searched refs:PHY_MARV_CTRL (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/marvell/ |
D | skge.c | 201 gm_phy_write(hw, port, PHY_MARV_CTRL, in skge_wol_init() 1957 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_init() 1962 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_init() 2018 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_init() 2215 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 2217 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_suspend() 2220 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 2222 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_suspend()
|
D | skge.h | 982 PHY_MARV_CTRL = 0x00,/* 16 bit r/w PHY Control Register */ enumerator
|
D | sky2.h | 1144 PHY_MARV_CTRL = 0x00,/* 16 bit r/w PHY Control Register */ enumerator
|
D | sky2.c | 488 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in sky2_phy_init() 711 gm_phy_write(hw, port, PHY_MARV_CTRL, PHY_CT_ANE); in sky2_phy_power_up() 761 gm_phy_write(hw, port, PHY_MARV_CTRL, PHY_CT_PDOWN); in sky2_phy_power_down()
|