Searched refs:E1000_CTRL_RST (Results 1 – 10 of 10) sorted by relevance
43 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
113 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_vf()
200 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
692 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_80003es2lan()
982 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82571()
4693 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw_ich8lan()
199 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
1484 wr32(E1000_CTRL, ctrl | E1000_CTRL_RST); in igb_reset_hw_82575()2297 ctrl |= E1000_CTRL_RST; in igb_reset_hw_82580()
437 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()442 ew32(CTRL_DUP, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()446 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
1450 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro