Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h204 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
H A Dich8lan.c4772 ctrl |= E1000_CTRL_PHY_RST; in e1000_reset_hw_ich8lan()
4798 if (ctrl & E1000_CTRL_PHY_RST) { in e1000_reset_hw_ich8lan()
5326 ew32(CTRL, reg | E1000_CTRL_PHY_RST); in e1000e_igp3_phy_powerdown_workaround_ich8lan()
H A Dphy.c2156 ew32(CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000e_phy_hw_reset_generic()
/openbmc/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()
/openbmc/qemu/hw/net/
H A De1000x_regs.h577 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
H A De1000e_core.c1865 if (val & E1000_CTRL_PHY_RST) { in e1000e_set_ctrl()
H A Digb_core.c2206 if (val & E1000_CTRL_PHY_RST) { in igb_set_ctrl()
/openbmc/u-boot/drivers/net/
H A De1000.h1190 #define E1000_CTRL_PHY_RST 0x80000000 /* PHY Reset */ macro
H A De1000.c4621 E1000_WRITE_REG(hw, CTRL, ctrl | E1000_CTRL_PHY_RST); in e1000_phy_hw_reset()
/openbmc/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