Home
last modified time | relevance | path

Searched refs:E1000_CTRL_RST (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/intel/igbvf/
Ddefines.h66 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
Dvf.c133 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_vf()
/linux-4.1.27/drivers/net/ethernet/intel/e1000e/
Ddefines.h218 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
D80003es2lan.c710 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_80003es2lan()
D82571.c1000 ew32(CTRL, ctrl | E1000_CTRL_RST); in e1000_reset_hw_82571()
Dich8lan.c4588 ew32(CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw_ich8lan()
/linux-4.1.27/drivers/net/ethernet/intel/igb/
De1000_defines.h198 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro
De1000_82575.c1445 wr32(E1000_CTRL, ctrl | E1000_CTRL_RST); in igb_reset_hw_82575()
2252 ctrl |= E1000_CTRL_RST; in igb_reset_hw_82580()
/linux-4.1.27/drivers/net/ethernet/intel/e1000/
De1000_hw.c462 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()
De1000_hw.h1475 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro