Searched refs:swsm (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/ether/intel22x/dev/igc/
H A Digc_mac.c925 u32 swsm; local
933 swsm = IGC_READ_REG(hw, IGC_SWSM);
934 if (!(swsm & IGC_SWSM_SMBI))
948 swsm = IGC_READ_REG(hw, IGC_SWSM);
949 IGC_WRITE_REG(hw, IGC_SWSM, swsm | IGC_SWSM_SWESMBI);
976 u32 swsm; local
980 swsm = IGC_READ_REG(hw, IGC_SWSM);
982 swsm &= ~(IGC_SWSM_SMBI | IGC_SWSM_SWESMBI);
984 IGC_WRITE_REG(hw, IGC_SWSM, swsm);
H A Digc_i225.c375 u32 swsm; local
383 swsm = IGC_READ_REG(hw, IGC_SWSM);
384 if (!(swsm & IGC_SWSM_SMBI))
399 swsm = IGC_READ_REG(hw, IGC_SWSM);
400 if (!(swsm & IGC_SWSM_SMBI))
417 swsm = IGC_READ_REG(hw, IGC_SWSM);
418 IGC_WRITE_REG(hw, IGC_SWSM, swsm | IGC_SWSM_SWESMBI);
/haiku/src/add-ons/kernel/drivers/network/ether/ipro1000/dev/e1000/
H A De1000_mac.c2201 u32 swsm; local
2222 swsm = E1000_READ_REG(hw, E1000_SWSM);
2223 if (!(swsm & E1000_SWSM_SMBI))
2242 swsm = E1000_READ_REG(hw, E1000_SWSM);
2243 if (!(swsm & E1000_SWSM_SMBI))
2252 swsm = E1000_READ_REG(hw, E1000_SWSM);
2253 E1000_WRITE_REG(hw, E1000_SWSM, swsm | E1000_SWSM_SWESMBI);
2280 u32 swsm; local
2284 swsm = E1000_READ_REG(hw, E1000_SWSM);
2286 swsm
[all...]
H A De1000_82571.c286 u32 swsm = 0; local
422 swsm = E1000_READ_REG(hw, E1000_SWSM);
423 if (swsm & E1000_SWSM_SMBI) {
430 E1000_WRITE_REG(hw, E1000_SWSM, swsm & ~E1000_SWSM_SMBI);
H A Dif_em.c3681 u32 ctrl_ext, swsm; local
3687 swsm = E1000_READ_REG(&sc->hw, E1000_SWSM);
3689 swsm | E1000_SWSM_DRV_LOAD);
3707 u32 ctrl_ext, swsm; local
3713 swsm = E1000_READ_REG(&sc->hw, E1000_SWSM);
3715 swsm & ~E1000_SWSM_DRV_LOAD);

Completed in 65 milliseconds