Searched refs:E1000_FWSM (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/e1000/ |
H A D | e1000_manage.c | 115 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() 524 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_load_firmware()
|
H A D | e1000_ich8lan.c | 249 if (!(E1000_READ_REG(hw, E1000_FWSM) & in e1000_phy_is_accessible_pchlan() 319 u32 mac_reg, fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_init_phy_workarounds_pchlan() 1287 if (E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID) { in e1000_enable_ulp_lpt_lp() 1435 if (E1000_READ_REG(hw, E1000_FWSM) & E1000_ICH_FWSM_FW_VALID) { in e1000_disable_ulp_lpt_lp() 1447 while (E1000_READ_REG(hw, E1000_FWSM) & in e1000_disable_ulp_lpt_lp() 1939 E1000_READ_REG(hw, E1000_FWSM), extcnf_ctrl); in e1000_acquire_swflag_ich8lan() 1987 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_ich8lan() 2008 fwsm = E1000_READ_REG(hw, E1000_FWSM); in e1000_check_mng_mode_pchlan() 2075 (index - 1), E1000_READ_REG(hw, E1000_FWSM)); in e1000_rar_set_pch2lan() 2125 wlock_mac = E1000_READ_REG(hw, E1000_FWSM) & in e1000_rar_set_pch_lpt() [all …]
|
H A D | e1000_regs.h | 544 #define E1000_FWSM 0x05B54 /* FW Semaphore */ macro
|
H A D | e1000_80003es2lan.c | 225 mac->arc_subsystem_valid = !!(E1000_READ_REG(hw, E1000_FWSM) & in e1000_init_mac_params_80003es2lan()
|
H A D | e1000_82571.c | 375 mac->arc_subsystem_valid = !!(E1000_READ_REG(hw, E1000_FWSM) & in e1000_init_mac_params_82571()
|
H A D | e1000_82575.c | 362 !!(E1000_READ_REG(hw, E1000_FWSM) & E1000_FWSM_MODE_MASK); in e1000_init_mac_params_82575()
|