Searched refs:PHY_MARV_PHY_CTRL (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/marvell/ |
D | sky2.c | 360 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 397 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in sky2_phy_init() 405 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 408 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in sky2_phy_init() 415 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 417 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in sky2_phy_init() 521 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 526 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in sky2_phy_init() 543 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, in sky2_phy_init() 571 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, in sky2_phy_init() [all …]
|
D | skge.h | 994 PHY_MARV_PHY_CTRL = 0x10,/* 16 bit r/w PHY Specific Ctrl Reg */ enumerator
|
D | sky2.h | 1156 PHY_MARV_PHY_CTRL = 0x10,/* 16 bit r/w PHY Specific Ctrl Reg */ enumerator
|
D | skge.c | 2210 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in yukon_suspend() 2212 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in yukon_suspend()
|