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

/freebsd-current/sys/dev/iwm/
H A Dif_iwm_util.h151 uint32_t phy_config = ~(IWM_FW_PHY_CFG_TX_CHAIN | local
156 phy_config |= valid_tx_ant << IWM_FW_PHY_CFG_TX_CHAIN_POS |
159 return sc->sc_fw.phy_config & phy_config;
H A Dif_iwmvar.h189 uint32_t phy_config; member in struct:iwm_fw_info
H A Dif_iwm.c757 sc->sc_fw.phy_config =
759 sc->sc_fw.valid_tx_ant = (sc->sc_fw.phy_config &
762 sc->sc_fw.valid_rx_ant = (sc->sc_fw.phy_config &
1363 uint32_t phy_config = iwm_get_phy_config(sc); local
1365 radio_cfg_type = (phy_config & IWM_FW_PHY_CFG_RADIO_TYPE) >>
1367 radio_cfg_step = (phy_config & IWM_FW_PHY_CFG_RADIO_STEP) >>
1369 radio_cfg_dash = (phy_config & IWM_FW_PHY_CFG_RADIO_DASH) >>
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dimg.h215 u32 phy_config; member in struct:iwl_fw
/freebsd-current/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c103 u32 phy_config = iwl_mvm_get_phy_config(mvm); local
105 radio_cfg_type = (phy_config & FW_PHY_CFG_RADIO_TYPE) >>
107 radio_cfg_step = (phy_config & FW_PHY_CFG_RADIO_STEP) >>
109 radio_cfg_dash = (phy_config & FW_PHY_CFG_RADIO_DASH) >>
H A Dmvm.h1732 u32 phy_config = ~(FW_PHY_CFG_TX_CHAIN | local
1737 phy_config |= valid_tx_ant << FW_PHY_CFG_TX_CHAIN_POS |
1740 return mvm->fw->phy_config & phy_config;
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-drv.c939 drv->fw.phy_config = le32_to_cpup((const __le32 *)tlv_data);
940 drv->fw.valid_tx_ant = (drv->fw.phy_config &
943 drv->fw.valid_rx_ant = (drv->fw.phy_config &
/freebsd-current/sys/dev/ice/
H A Dice_type.h692 u8 phy_config; member in struct:ice_link_default_override_tlv
H A Dice_common.c6252 ldo->phy_config = (buf & ICE_LINK_OVERRIDE_PHY_CFG_M) >>
H A Dice_lib.c9646 device_printf(dev, " -phy_config 0x%02x\n", tlv->phy_config);

Completed in 353 milliseconds