Searched refs:E1000E_CTRL_RST (Results 1 – 1 of 1) sorted by relevance
265 volwrite!(general_regs, ctrl, ctrl | E1000E_CTRL_RST); in new()739 const E1000E_CTRL_RST: u32 = 1 << 26; constant