Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h205 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
H A Dich8lan.c4885 ctrl |= E1000_CTRL_PHY_RST; in e1000_reset_hw_ich8lan()
4911 if (ctrl & E1000_CTRL_PHY_RST) { in e1000_reset_hw_ich8lan()
5458 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_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.h1452 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro