Home
last modified time | relevance | path

Searched refs:IGP01E1000_PHY_PORT_CONFIG (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A D82571.c892 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data); in e1000_set_d0_lplu_state_82571()
896 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data); in e1000_set_d0_lplu_state_82571()
910 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
916 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
921 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
927 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_82571()
H A Dphy.c880 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000e_copper_link_setup_igp()
886 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000e_copper_link_setup_igp()
1500 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000e_set_d3_lplu_state()
1506 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000e_set_d3_lplu_state()
1511 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000e_set_d3_lplu_state()
1517 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000e_set_d3_lplu_state()
1531 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data); in e1000e_set_d3_lplu_state()
1536 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data); in e1000e_set_d3_lplu_state()
H A Dich8lan.c3022 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data); in e1000_set_d0_lplu_state_ich8lan()
3026 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data); in e1000_set_d0_lplu_state_ich8lan()
3042 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_ich8lan()
3048 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_ich8lan()
3053 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_ich8lan()
3059 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d0_lplu_state_ich8lan()
3104 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_ich8lan()
3110 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_ich8lan()
3115 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_ich8lan()
3121 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state_ich8lan()
[all …]
H A Dphy.h72 #define IGP01E1000_PHY_PORT_CONFIG 0x10 /* Port Config */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_phy.c795 IGP01E1000_PHY_PORT_CONFIG, in igb_copper_link_setup_igp()
802 IGP01E1000_PHY_PORT_CONFIG, in igb_copper_link_setup_igp()
1420 IGP01E1000_PHY_PORT_CONFIG, in igb_set_d3_lplu_state()
1427 IGP01E1000_PHY_PORT_CONFIG, in igb_set_d3_lplu_state()
1433 IGP01E1000_PHY_PORT_CONFIG, in igb_set_d3_lplu_state()
1440 IGP01E1000_PHY_PORT_CONFIG, in igb_set_d3_lplu_state()
1455 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in igb_set_d3_lplu_state()
1461 ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in igb_set_d3_lplu_state()
H A De1000_phy.h60 #define IGP01E1000_PHY_PORT_CONFIG 0x10 /* Port Config */ macro
H A De1000_82575.c979 ret_val = phy->ops.read_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in igb_set_d0_lplu_state_82575()
982 ret_val = phy->ops.write_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in igb_set_d0_lplu_state_82575()
997 IGP01E1000_PHY_PORT_CONFIG, &data); in igb_set_d0_lplu_state_82575()
1003 IGP01E1000_PHY_PORT_CONFIG, data); in igb_set_d0_lplu_state_82575()
1008 IGP01E1000_PHY_PORT_CONFIG, &data); in igb_set_d0_lplu_state_82575()
1014 IGP01E1000_PHY_PORT_CONFIG, data); in igb_set_d0_lplu_state_82575()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.c2256 IGP01E1000_PHY_PORT_CONFIG, &phy_data); in e1000_set_d3_lplu_state()
2262 IGP01E1000_PHY_PORT_CONFIG, phy_data); in e1000_set_d3_lplu_state()
2267 IGP01E1000_PHY_PORT_CONFIG, &phy_data); in e1000_set_d3_lplu_state()
2273 IGP01E1000_PHY_PORT_CONFIG, phy_data); in e1000_set_d3_lplu_state()
2303 ret_val = e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state()
2309 ret_val = e1000_write_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state()
2377 IGP01E1000_PHY_PORT_CONFIG, &phy_data); in e1000_set_d0_lplu_state()
2383 IGP01E1000_PHY_PORT_CONFIG, phy_data); in e1000_set_d0_lplu_state()
2388 IGP01E1000_PHY_PORT_CONFIG, &phy_data); in e1000_set_d0_lplu_state()
2394 IGP01E1000_PHY_PORT_CONFIG, phy_data); in e1000_set_d0_lplu_state()
[all …]
H A De1000.h1917 #define IGP01E1000_PHY_PORT_CONFIG 0x10 /* PHY Specific Port Config Register */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c1144 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_copper_link_igp_setup()
1150 e1000_write_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_copper_link_igp_setup()
5382 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state()
5389 e1000_write_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state()
5395 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state()
5402 e1000_write_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state()
5422 e1000_read_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state()
5429 e1000_write_phy_reg(hw, IGP01E1000_PHY_PORT_CONFIG, in e1000_set_d3_lplu_state()
H A De1000_hw.h2516 #define IGP01E1000_PHY_PORT_CONFIG 0x10 /* PHY Specific Port Config Register */ macro