Searched refs:PHY_STATUS (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | mv88e6352.h | 24 #define PHY_STATUS 0x01 macro
|
| /rk3399_rockchip-uboot/board/keymile/km_arm/ |
| H A D | km_arm.c | 372 { PHY(0), PHY_STATUS, AN1000FIX },
|
| /rk3399_rockchip-uboot/drivers/net/ |
| H A D | e1000.c | 3099 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 D | e1000.h | 1875 #define PHY_STATUS 0x01 /* Status Regiser */ macro
|