Searched refs:E1000_FWSM (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/dev/e1000/
H A De1000_manage.c113 u32 fwsm = E1000_READ_REG(hw, E1000_FWSM);
356 fwsm = E1000_READ_REG(hw, E1000_FWSM);
521 fwsm = E1000_READ_REG(hw, E1000_FWSM);
H A De1000_ich8lan.c249 if (!(E1000_READ_REG(hw, E1000_FWSM) &
319 u32 mac_reg, fwsm = E1000_READ_REG(hw, E1000_FWSM);
1274 if (E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID) {
1420 if (E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID) {
1430 while (E1000_READ_REG(hw, E1000_FWSM) &
1918 E1000_READ_REG(hw, E1000_FWSM), extcnf_ctrl);
1973 fwsm = E1000_READ_REG(hw, E1000_FWSM);
1994 fwsm = E1000_READ_REG(hw, E1000_FWSM);
2061 (index - 1), E1000_READ_REG(hw, E1000_FWSM));
2111 wlock_mac = E1000_READ_REG(hw, E1000_FWSM)
[all...]
H A De1000_80003es2lan.c227 mac->arc_subsystem_valid = !!(E1000_READ_REG(hw, E1000_FWSM) &
H A De1000_regs.h527 #define E1000_FWSM 0x05B54 /* FW Semaphore */ macro
H A De1000_82571.c379 mac->arc_subsystem_valid = !!(E1000_READ_REG(hw, E1000_FWSM) &
H A De1000_82575.c451 !!(E1000_READ_REG(hw, E1000_FWSM) & E1000_FWSM_MODE_MASK);

Completed in 214 milliseconds