Searched refs:PHY_MARV_CTRL (Results 1 – 4 of 4) sorted by relevance
/external/syslinux/gpxe/src/drivers/net/ |
D | skge.c | 1229 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_init() 1234 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_init() 1290 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_init() 1484 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 1486 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_suspend() 1489 ctrl = gm_phy_read(hw, port, PHY_MARV_CTRL); in yukon_suspend() 1491 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in yukon_suspend()
|
D | sky2.c | 455 gm_phy_write(hw, port, PHY_MARV_CTRL, ctrl); in sky2_phy_init() 610 gm_phy_write(hw, port, PHY_MARV_CTRL, PHY_CT_ANE); in sky2_phy_power_up() 658 gm_phy_write(hw, port, PHY_MARV_CTRL, PHY_CT_PDOWN); in sky2_phy_power_down()
|
D | sky2.h | 998 PHY_MARV_CTRL = 0x00,/* 16 bit r/w PHY Control Register */ enumerator
|
D | skge.h | 1037 PHY_MARV_CTRL = 0x00,/* 16 bit r/w PHY Control Register */ enumerator
|