Searched refs:E1000_CTRL_RST (Results 1 – 10 of 10) sorted by relevance
43 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
115 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()
984 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82571()
4773 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw_ich8lan()
201 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
1480 wr32(E1000_CTRL, ctrl | E1000_CTRL_RST); in igb_reset_hw_82575()2293 ctrl |= E1000_CTRL_RST; in igb_reset_hw_82580()
435 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()440 ew32(CTRL_DUP, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()444 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
1447 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro