Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-parse.h
H A Diwl-nvm-parse.c1282 data->radio_cfg_dash = NVM_RF_CFG_DASH_MSK(radio_cfg); in iwl_set_hw_address_family_8000()
1290 data->radio_cfg_dash = EXT_NVM_RF_CFG_DASH_MSK(radio_cfg); in iwl_set_hw_address_family_8000()
H A Diwl-eeprom-parse.c
/freebsd/sys/dev/iwm/
H A Dif_iwmvar.h207 uint8_t radio_cfg_dash;
206 uint8_t radio_cfg_dash; global() member
H A Dif_iwm.c1389 uint8_t radio_cfg_type, radio_cfg_step, radio_cfg_dash; in iwm_nic_config() local
1397 radio_cfg_dash = (phy_config & IWM_FW_PHY_CFG_RADIO_DASH) >> in iwm_nic_config()
1409 reg_val |= radio_cfg_dash << IWM_CSR_HW_IF_CONFIG_REG_POS_PHY_DASH; in iwm_nic_config()
1423 radio_cfg_step, radio_cfg_dash); in iwm_nic_config()
2148 data->radio_cfg_dash = IWM_NVM_RF_CFG_DASH_MSK(radio_cfg); in iwm_set_radio_cfg()
2156 data->radio_cfg_dash = IWM_NVM_RF_CFG_DASH_MSK_8000(radio_cfg); in iwm_set_radio_cfg()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c98 u8 radio_cfg_type, radio_cfg_step, radio_cfg_dash; in iwl_mvm_nic_config()
106 radio_cfg_dash = (phy_config & FW_PHY_CFG_RADIO_DASH) >> in iwl_mvm_nic_config()
110 radio_cfg_step, radio_cfg_dash); in iwl_mvm_nic_config()
121 reg_val |= radio_cfg_dash << CSR_HW_IF_CONFIG_REG_POS_PHY_DASH; in iwl_mvm_nic_config()
101 u8 radio_cfg_type, radio_cfg_step, radio_cfg_dash; iwl_mvm_nic_config() local