Searched refs:E1000_EECD (Results 1 - 11 of 11) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/dev/e1000/
H A De1000_nvm.c112 E1000_WRITE_REG(hw, E1000_EECD, *eecd);
127 E1000_WRITE_REG(hw, E1000_EECD, *eecd);
145 u32 eecd = E1000_READ_REG(hw, E1000_EECD);
163 E1000_WRITE_REG(hw, E1000_EECD, eecd);
175 E1000_WRITE_REG(hw, E1000_EECD, eecd);
197 eecd = E1000_READ_REG(hw, E1000_EECD);
206 eecd = E1000_READ_REG(hw, E1000_EECD);
261 u32 eecd = E1000_READ_REG(hw, E1000_EECD);
267 E1000_WRITE_REG(hw, E1000_EECD, eecd | E1000_EECD_REQ);
268 eecd = E1000_READ_REG(hw, E1000_EECD);
[all...]
H A De1000_i210.c569 eec = E1000_READ_REG(hw, E1000_EECD);
595 flup = E1000_READ_REG(hw, E1000_EECD) | E1000_EECD_FLUPD_I210;
596 E1000_WRITE_REG(hw, E1000_EECD, flup);
621 reg = E1000_READ_REG(hw, E1000_EECD);
H A De1000_82571.c215 u32 eecd = E1000_READ_REG(hw, E1000_EECD);
249 E1000_WRITE_REG(hw, E1000_EECD, eecd);
872 if ((E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_FLUPD) == 0)
893 eecd = E1000_READ_REG(hw, E1000_EECD) | E1000_EECD_FLUPD;
894 E1000_WRITE_REG(hw, E1000_EECD, eecd);
898 if ((E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_FLUPD) == 0)
H A De1000_82575.c289 u32 eecd = E1000_READ_REG(hw, E1000_EECD);
934 u32 eecd = E1000_READ_REG(hw, E1000_EECD);
938 E1000_WRITE_REG(hw, E1000_EECD, eecd |
944 u32 eecd = E1000_READ_REG(hw, E1000_EECD);
947 E1000_WRITE_REG(hw, E1000_EECD, eecd |
1088 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) &&
1321 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES))
2385 if (!(E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES))
H A De1000_82540.c120 u32 eecd = E1000_READ_REG(hw, E1000_EECD);
H A De1000_regs.h41 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
H A De1000_80003es2lan.c152 u32 eecd = E1000_READ_REG(hw, E1000_EECD);
H A De1000_82541.c132 u32 eecd = E1000_READ_REG(hw, E1000_EECD);
H A De1000_mac.c1686 if (E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_AUTO_RD)
H A De1000_ich8lan.c2273 eecd = E1000_READ_REG(hw, E1000_EECD);
4194 if (((E1000_READ_REG(hw, E1000_EECD) & E1000_EECD_PRES) == 0) &&
/haiku-fatelf/src/add-ons/kernel/drivers/network/ipro1000/
H A Dif_em_hw.h651 #define E1000_EECD 0x00010 /* EEPROM/Flash Control - RW */ macro
785 #define E1000_82542_EECD E1000_EECD

Completed in 135 milliseconds