Searched refs:PHY_STATUS (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/include/ |
D | mv88e6352.h | 23 #define PHY_STATUS 0x01 macro
|
/external/u-boot/board/keymile/km_arm/ |
D | km_arm.c | 371 { PHY(0), PHY_STATUS, AN1000FIX },
|
/external/u-boot/drivers/net/ |
D | e1000.c | 3313 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()
|
D | e1000.h | 1877 #define PHY_STATUS 0x01 /* Status Regiser */ macro
|