Searched refs:radio_cfg_type (Results 1 – 3 of 3) sorted by relevance
36 u16 radio_cfg_type; member
83 u8 radio_cfg_type, radio_cfg_step, radio_cfg_dash; in iwl_mvm_nic_config() local 87 radio_cfg_type = (phy_config & FW_PHY_CFG_RADIO_TYPE) >> in iwl_mvm_nic_config() 94 IWL_DEBUG_INFO(mvm, "Radio type=0x%x-0x%x-0x%x\n", radio_cfg_type, in iwl_mvm_nic_config() 104 reg_val |= radio_cfg_type << CSR_HW_IF_CONFIG_REG_POS_PHY_TYPE; in iwl_mvm_nic_config() 108 WARN_ON((radio_cfg_type << CSR_HW_IF_CONFIG_REG_POS_PHY_TYPE) & in iwl_mvm_nic_config()
1109 data->radio_cfg_type = EEPROM_RF_CFG_TYPE_MSK(radio_cfg); in iwl_parse_eeprom_data()