Home
last modified time | relevance | path

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

/external/u-boot/include/
Dmv88e6352.h23 #define PHY_STATUS 0x01 macro
/external/u-boot/board/keymile/km_arm/
Dkm_arm.c371 { PHY(0), PHY_STATUS, AN1000FIX },
/external/u-boot/drivers/net/
De1000.c3313 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_setup_copper_link()
3316 ret_val = e1000_read_phy_reg(hw, PHY_STATUS, &phy_data); in e1000_setup_copper_link()
3681 if (e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg) < 0) { in e1000_config_fc_after_link_up()
3685 if (e1000_read_phy_reg(hw, PHY_STATUS, &mii_status_reg) < 0) { in e1000_config_fc_after_link_up()
3897 if (e1000_read_phy_reg(hw, PHY_STATUS, &phy_data) < 0) { in e1000_check_for_link()
3901 if (e1000_read_phy_reg(hw, PHY_STATUS, &phy_data) < 0) { in e1000_check_for_link()
4205 if (e1000_read_phy_reg(hw, PHY_STATUS, &phy_data) < 0) { in e1000_wait_autoneg()
4209 if (e1000_read_phy_reg(hw, PHY_STATUS, &phy_data) < 0) { in e1000_wait_autoneg()
De1000.h1877 #define PHY_STATUS 0x01 /* Status Regiser */ macro