Searched refs:M88E1000_PHY_SPEC_STATUS (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_phy.c | 1487 offset = M88E1000_PHY_SPEC_STATUS; in igb_check_downshift() 1526 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &data); in igb_check_polarity_m88() 1680 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in igb_get_cable_length_m88() 1943 ret_val = phy->ops.read_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in igb_get_phy_info_m88()
|
| H A D | e1000_defines.h | 892 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/ |
| H A D | defines.h | 714 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
|
| H A D | phy.c | 1561 offset = M88E1000_PHY_SPEC_STATUS; in e1000e_check_downshift() 1597 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &data); in e1000_check_polarity_m88() 1783 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000e_get_cable_length_m88() 1912 ret_val = e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000e_get_phy_info_m88()
|
| H A D | ethtool.c | 472 e1e_rphy(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_regs()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.c | 1944 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_config_mac_to_phy() 3344 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_phy_m88_get_info() 4889 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_get_cable_length() 4999 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_check_polarity() 5069 ret_val = e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, in e1000_check_downshift()
|
| H A D | e1000_hw.h | 2499 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
|
| H A D | e1000_ethtool.c | 388 e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data); in e1000_get_regs()
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | e1000.h | 1889 #define M88E1000_PHY_SPEC_STATUS 0x11 /* PHY Specific Status Register */ macro
|
| H A D | e1000.c | 3328 if (e1000_read_phy_reg(hw, M88E1000_PHY_SPEC_STATUS, &phy_data) < 0) { in e1000_config_mac_to_phy()
|