Home
last modified time | relevance | path

Searched refs:PHY_CTRL (Results 1 – 4 of 4) sorted by relevance

/u-boot/board/keymile/km_arm/
A Dkm_arm.c346 { PHY(0), PHY_CTRL, PHY_100_MBPS | AUTONEG_EN | AUTONEG_RST |
350 { PHY(1), PHY_CTRL, PHY_PWR_DOWN },
354 { PHY(2), PHY_CTRL, PHY_PWR_DOWN },
358 { PHY(3), PHY_CTRL, PHY_PWR_DOWN },
364 { PHY(4), PHY_CTRL, PHY_PWR_DOWN },
/u-boot/include/
A Dmv88e6352.h15 #define PHY_CTRL 0x00 macro
/u-boot/drivers/net/
A De1000.c2437 phy_ctrl = E1000_READ_REG(hw, PHY_CTRL); in e1000_set_d3_lplu_state()
2456 E1000_WRITE_REG(hw, PHY_CTRL, phy_ctrl); in e1000_set_d3_lplu_state()
2508 E1000_WRITE_REG(hw, PHY_CTRL, phy_ctrl); in e1000_set_d3_lplu_state()
2559 phy_ctrl = E1000_READ_REG(hw, PHY_CTRL); in e1000_set_d0_lplu_state()
2572 E1000_WRITE_REG(hw, PHY_CTRL, phy_ctrl); in e1000_set_d0_lplu_state()
2620 E1000_WRITE_REG(hw, PHY_CTRL, phy_ctrl); in e1000_set_d0_lplu_state()
3165 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data); in e1000_copper_link_autoneg()
3170 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data); in e1000_copper_link_autoneg()
4810 ret_val = e1000_read_phy_reg(hw, PHY_CTRL, &phy_data); in e1000_phy_reset()
4815 ret_val = e1000_write_phy_reg(hw, PHY_CTRL, phy_data); in e1000_phy_reset()
A De1000.h1878 #define PHY_CTRL 0x00 /* Control Register */ macro

Completed in 22 milliseconds