HomeSort by relevance Sort by last modified time
    Searched refs:E1000_WRITE_REG_IO (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.h 438 #define E1000_WRITE_REG_IO(a, reg, val) \
439 e1000_write_reg_io((a), E1000_##reg, val)
    [all...]
e1000_hw.c 94 static void e1000_write_reg_io(struct e1000_hw *hw, uint32_t offset, uint32_t value);
639 E1000_WRITE_REG_IO(hw, CTRL, (ctrl | E1000_CTRL_RST));
6789 e1000_write_reg_io(struct e1000_hw *hw, function
    [all...]

Completed in 97 milliseconds