Home
last modified time | relevance | path

Searched refs:E1000_CTRL_PHY_RST (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h204 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
H A Dich8lan.c4746 ctrl |= E1000_CTRL_PHY_RST; in e1000_reset_hw_ich8lan()
4772 if (ctrl & E1000_CTRL_PHY_RST) { in e1000_reset_hw_ich8lan()
5300 ew32(CTRL, reg | E1000_CTRL_PHY_RST); in e1000e_igp3_phy_powerdown_workaround_ich8lan()
H A Dphy.c2107 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000e_phy_hw_reset_generic()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h204 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
H A Dich8lan.c4762 ctrl |= E1000_CTRL_PHY_RST; in e1000_reset_hw_ich8lan()
4788 if (ctrl & E1000_CTRL_PHY_RST) { in e1000_reset_hw_ich8lan()
5316 ew32(CTRL, reg | E1000_CTRL_PHY_RST); in e1000e_igp3_phy_powerdown_workaround_ich8lan()
H A Dphy.c2116 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000e_phy_hw_reset_generic()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/
H A De1000_i210.c859 wr32(E1000_CTRL, ctrl|E1000_CTRL_PHY_RST); in igb_pll_workaround_i210()
H A De1000_defines.h205 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
H A De1000_phy.c2097 wr32(E1000_CTRL, ctrl | E1000_CTRL_PHY_RST); in igb_phy_hw_reset()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/igb/
H A De1000_i210.c858 wr32(E1000_CTRL, ctrl|E1000_CTRL_PHY_RST); in igb_pll_workaround_i210()
H A De1000_defines.h205 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
H A De1000_phy.c2098 wr32(E1000_CTRL, ctrl | E1000_CTRL_PHY_RST); in igb_phy_hw_reset()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c413 ew32(CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw()
3046 * E1000_CTRL_PHY_RST bit. Then, take it out of reset. in e1000_phy_hw_reset()
3051 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000_phy_hw_reset()
H A De1000_hw.h1455 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c413 ew32(CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw()
3047 * E1000_CTRL_PHY_RST bit. Then, take it out of reset. in e1000_phy_hw_reset()
3052 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000_phy_hw_reset()
H A De1000_hw.h1452 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro

Completed in 63 milliseconds