Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ig_hal/
HDe1000_manage.c115 u32 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_generic()
358 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_enable_mng_pass_thru()
523 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_load_firmware()
HDe1000_ich8lan.c248 if (!(E1000_READ_REG(hw, E1000_FWSM) & in e1000_phy_is_accessible_pchlan()
318 u32 mac_reg, fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_init_phy_workarounds_pchlan()
1272 if (E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID) { in e1000_enable_ulp_lpt_lp()
1419 if (E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID) { in e1000_disable_ulp_lpt_lp()
1431 while (E1000_READ_REG(hw, E1000_FWSM) & in e1000_disable_ulp_lpt_lp()
1915 E1000_READ_REG(hw, E1000_FWSM), extcnf_ctrl); in e1000_acquire_swflag_ich8lan()
1965 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_ich8lan()
1986 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_pchlan()
2053 (index - 1), E1000_READ_REG(hw, E1000_FWSM)); in e1000_rar_set_pch2lan()
2103 wlock_mac = E1000_READ_REG(hw, E1000_FWSM) & in e1000_rar_set_pch_lpt()
[all …]
HDe1000_regs.h541 #define E1000_FWSM 0x05B54 /* FW Semaphore */ macro
HDe1000_80003es2lan.c227 mac->arc_subsystem_valid = !!(E1000_READ_REG(hw, E1000_FWSM) & in e1000_init_mac_params_80003es2lan()
HDe1000_82571.c377 mac->arc_subsystem_valid = !!(E1000_READ_REG(hw, E1000_FWSM) & in e1000_init_mac_params_82571()
HDe1000_82575.c450 !!(E1000_READ_REG(hw, E1000_FWSM) & E1000_FWSM_MODE_MASK); in e1000_init_mac_params_82575()