HomeSort by: relevance | last modified time | path
    Searched defs:radio_cfg_type (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_iwmvar.h 201 uint8_t radio_cfg_type; member in struct:iwm_nvm_data
if_iwm.c 1820 uint8_t radio_cfg_type, radio_cfg_step, radio_cfg_dash; local in function:iwm_nic_config
1823 radio_cfg_type = (sc->sc_fw_phy_config & IWM_FW_PHY_CFG_RADIO_TYPE) >>
1836 reg_val |= radio_cfg_type << IWM_CSR_HW_IF_CONFIG_REG_POS_PHY_TYPE;
1842 DPRINTF(("Radio type=0x%x-0x%x-0x%x\n", radio_cfg_type,
3132 data->radio_cfg_type = IWM_NVM_RF_CFG_TYPE_MSK(radio_cfg);
3141 data->radio_cfg_type = IWM_NVM_RF_CFG_TYPE_MSK_8000(radio_cfg);

Completed in 16 milliseconds