Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dmv88e6352.h24 #define PHY_STATUS 0x01 macro
/rk3399_rockchip-uboot/board/keymile/km_arm/
H A Dkm_arm.c372 { PHY(0), PHY_STATUS, AN1000FIX },
/rk3399_rockchip-uboot/drivers/net/
H A De1000.c3099 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_setup_copper_link()
3102 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_setup_copper_link()
3467 if (e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg) < 0) { in e1000_config_fc_after_link_up()
3471 if (e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg) < 0) { in e1000_config_fc_after_link_up()
3683 if (e1000_read_phy_reg(hw, PHY_STATUS, &phy_data) < 0) { in e1000_check_for_link()
3687 if (e1000_read_phy_reg(hw, PHY_STATUS, &phy_data) < 0) { in e1000_check_for_link()
3991 if (e1000_read_phy_reg(hw, PHY_STATUS, &phy_data) < 0) { in e1000_wait_autoneg()
3995 if (e1000_read_phy_reg(hw, PHY_STATUS, &phy_data) < 0) { in e1000_wait_autoneg()
H A De1000.h1875 #define PHY_STATUS 0x01 /* Status Regiser */ macro