Home
last modified time | relevance | path

Searched refs:E1000_CTRL_PHY_RST (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h204 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
H A Dich8lan.c4818 ctrl |= E1000_CTRL_PHY_RST; in e1000_reset_hw_ich8lan()
4844 if (ctrl & E1000_CTRL_PHY_RST) { in e1000_reset_hw_ich8lan()
5372 ew32(CTRL, reg | E1000_CTRL_PHY_RST); in e1000e_igp3_phy_powerdown_workaround_ich8lan()
H A Dphy.c2155 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000e_phy_hw_reset_generic()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h205 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
H A De1000_i210.c859 wr32(E1000_CTRL, ctrl|E1000_CTRL_PHY_RST); in igb_pll_workaround_i210()
H A De1000_phy.c2096 wr32(E1000_CTRL, ctrl | E1000_CTRL_PHY_RST); in igb_phy_hw_reset()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c414 ew32(CTRL, (ctrl | E1000_CTRL_PHY_RST)); in e1000_reset_hw()
3053 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