Lines Matching refs:fwsm
7696 uint32_t fwsm; in e1000_check_mng_mode() local
7698 fwsm = E1000_READ_REG(hw, FWSM); in e1000_check_mng_mode()
7701 if ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode()
7704 } else if ((fwsm & E1000_FWSM_MODE_MASK) == in e1000_check_mng_mode()
7813 uint32_t fwsm, factps; in e1000_enable_mng_pass_thru() local
7822 fwsm = E1000_READ_REG(hw, FWSM); in e1000_enable_mng_pass_thru()
7825 if ((((fwsm & E1000_FWSM_MODE_MASK) >> E1000_FWSM_MODE_SHIFT) == in e1000_enable_mng_pass_thru()
8235 uint32_t fwsm = 0; in e1000_check_phy_reset_block() local
8238 fwsm = E1000_READ_REG(hw, FWSM); in e1000_check_phy_reset_block()
8239 return (fwsm & E1000_FWSM_RSPCIPHY) ? E1000_SUCCESS in e1000_check_phy_reset_block()
8252 uint32_t fwsm; in e1000_arc_subsystem_valid() local
8264 fwsm = E1000_READ_REG(hw, FWSM); in e1000_arc_subsystem_valid()
8265 if ((fwsm & E1000_FWSM_MODE_MASK) != 0) in e1000_arc_subsystem_valid()