Searched refs:E1000_CTRL_RST (Results 1 – 10 of 10) sorted by relevance
66 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
133 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_vf()
218 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
710 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_80003es2lan()
1000 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82571()
4588 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw_ich8lan()
198 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
1445 wr32(E1000_CTRL, ctrl | E1000_CTRL_RST); in igb_reset_hw_82575()2252 ctrl |= E1000_CTRL_RST; in igb_reset_hw_82580()
462 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()467 ew32(CTRL_DUP, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()471 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
1475 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro