Home
last modified time | relevance | path

Searched refs:phy_config (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/iwm/
H A Dif_iwm_util.h151 uint32_t phy_config = ~(IWM_FW_PHY_CFG_TX_CHAIN | in iwm_get_phy_config() local
156 phy_config |= valid_tx_ant << IWM_FW_PHY_CFG_TX_CHAIN_POS | in iwm_get_phy_config()
159 return sc->sc_fw.phy_config & phy_config; in iwm_get_phy_config()
H A Dif_iwmvar.h189 uint32_t phy_config; member
H A Dif_iwm.c785 sc->sc_fw.phy_config = in iwm_read_firmware()
787 sc->sc_fw.valid_tx_ant = (sc->sc_fw.phy_config & in iwm_read_firmware()
790 sc->sc_fw.valid_rx_ant = (sc->sc_fw.phy_config & in iwm_read_firmware()
1391 uint32_t phy_config = iwm_get_phy_config(sc); in iwm_nic_config() local
1393 radio_cfg_type = (phy_config & IWM_FW_PHY_CFG_RADIO_TYPE) >> in iwm_nic_config()
1395 radio_cfg_step = (phy_config & IWM_FW_PHY_CFG_RADIO_STEP) >> in iwm_nic_config()
1397 radio_cfg_dash = (phy_config & IWM_FW_PHY_CFG_RADIO_DASH) >> in iwm_nic_config()
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dimg.h215 u32 phy_config; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c100 u32 phy_config = iwl_mvm_get_phy_config(mvm); in iwl_mvm_nic_config()
102 radio_cfg_type = (phy_config & FW_PHY_CFG_RADIO_TYPE) >> in iwl_mvm_nic_config()
104 radio_cfg_step = (phy_config & FW_PHY_CFG_RADIO_STEP) >> in iwl_mvm_nic_config()
106 radio_cfg_dash = (phy_config & FW_PHY_CFG_RADIO_DASH) >> in iwl_mvm_nic_config()
103 u32 phy_config = iwl_mvm_get_phy_config(mvm); iwl_mvm_nic_config() local
H A Dmvm.h1935 u32 phy_config = ~(FW_PHY_CFG_TX_CHAIN |
1940 phy_config |= valid_tx_ant << FW_PHY_CFG_TX_CHAIN_POS |
1943 return mvm->fw->phy_config & phy_config;
1732 u32 phy_config = ~(FW_PHY_CFG_TX_CHAIN | iwl_mvm_get_phy_config() local
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c944 drv->fw.phy_config = le32_to_cpup((const __le32 *)tlv_data); in iwl_parse_tlv_firmware()
945 drv->fw.valid_tx_ant = (drv->fw.phy_config & in iwl_parse_tlv_firmware()
948 drv->fw.valid_rx_ant = (drv->fw.phy_config & in iwl_parse_tlv_firmware()
/freebsd/sys/dev/ice/
H A Dice_type.h709 u8 phy_config;
688 u8 phy_config; global() member
H A Dice_common.c6544 ldo->phy_config = (buf & ICE_LINK_OVERRIDE_PHY_CFG_M) >> in ice_fw_supports_report_dflt_cfg()
H A Dice_lib.c9830 device_printf(dev, " -phy_config 0x%02x\n", tlv->phy_config); in ice_module_event_handler()