Searched refs:radio_cfg_step (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-eeprom-parse.h37 u8 radio_cfg_step; member in struct:iwl_nvm_data
H A Diwl-nvm-parse.c1196 data->radio_cfg_step = NVM_RF_CFG_STEP_MSK(radio_cfg);
1204 data->radio_cfg_step = EXT_NVM_RF_CFG_STEP_MSK(radio_cfg);
H A Diwl-eeprom-parse.c841 data->radio_cfg_step = EEPROM_RF_CFG_STEP_MSK(radio_cfg);
/freebsd-current/sys/dev/iwm/
H A Dif_iwmvar.h205 uint8_t radio_cfg_step; member in struct:iwm_nvm_data
H A Dif_iwm.c1361 uint8_t radio_cfg_type, radio_cfg_step, radio_cfg_dash; local
1367 radio_cfg_step = (phy_config & IWM_FW_PHY_CFG_RADIO_STEP) >>
1380 reg_val |= radio_cfg_step << IWM_CSR_HW_IF_CONFIG_REG_POS_PHY_STEP;
1395 radio_cfg_step, radio_cfg_dash);
2119 data->radio_cfg_step = IWM_NVM_RF_CFG_STEP_MSK(radio_cfg);
2127 data->radio_cfg_step = IWM_NVM_RF_CFG_STEP_MSK_8000(radio_cfg);
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c101 u8 radio_cfg_type, radio_cfg_step, radio_cfg_dash; local
107 radio_cfg_step = (phy_config & FW_PHY_CFG_RADIO_STEP) >>
113 radio_cfg_step, radio_cfg_dash);
123 reg_val |= radio_cfg_step << CSR_HW_IF_CONFIG_REG_POS_PHY_STEP;

Completed in 124 milliseconds