Searched refs:PHY_MARV_PHY_CTRL (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/marvell/ |
D | sky2.c | 349 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 386 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in sky2_phy_init() 394 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() 404 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 406 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in sky2_phy_init() 510 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in sky2_phy_init() 515 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in sky2_phy_init() 532 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, in sky2_phy_init() 560 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, in sky2_phy_init() [all …]
|
D | skge.h | 989 PHY_MARV_PHY_CTRL = 0x10,/* 16 bit r/w PHY Specific Ctrl Reg */ enumerator
|
D | sky2.h | 1151 PHY_MARV_PHY_CTRL = 0x10,/* 16 bit r/w PHY Specific Ctrl Reg */ enumerator
|
D | skge.c | 2219 ctrl = gm_phy_read(hw, port, PHY_MARV_PHY_CTRL); in yukon_suspend() 2221 gm_phy_write(hw, port, PHY_MARV_PHY_CTRL, ctrl); in yukon_suspend()
|