Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/e1000/
De1000_hw.c613 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
618 E1000_WRITE_REG(hw, CTRL_DUP, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
631 E1000_WRITE_REG(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
635 E1000_WRITE_REG(hw, CTRL, (ctrl | E1000_CTRL_RST)); in e1000_reset_hw()
De1000_hw.h1506 #define E1000_CTRL_RST 0x04000000 /* Global reset */ macro