Searched refs:tx_chain_mask (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | hw.h | 546 u32 tx_chain_mask; member
|
| H A D | wmi.c | 1071 .tx_chain_mask = WMI_PDEV_PARAM_TX_CHAIN_MASK, 1166 .tx_chain_mask = WMI_10X_PDEV_PARAM_TX_CHAIN_MASK, 1262 .tx_chain_mask = WMI_10X_PDEV_PARAM_TX_CHAIN_MASK, 1517 .tx_chain_mask = WMI_10_4_PDEV_PARAM_TX_CHAIN_MASK, 6605 config.tx_chain_mask = __cpu_to_le32(TARGET_TX_CHAIN_MASK); in ath10k_wmi_op_gen_init() 6671 config.tx_chain_mask = __cpu_to_le32(TARGET_10X_TX_CHAIN_MASK); in ath10k_wmi_10_1_op_gen_init() 6741 config.tx_chain_mask = __cpu_to_le32(TARGET_10X_TX_CHAIN_MASK); in ath10k_wmi_10_2_op_gen_init() 6823 config.tx_chain_mask = __cpu_to_le32(ar->hw_params.tx_chain_mask); in ath10k_wmi_10_4_op_gen_init()
|
| H A D | wmi-tlv.h | 1755 __le32 tx_chain_mask; member
|
| H A D | mac.c | 5057 ret = ath10k_wmi_pdev_set_param(ar, ar->wmi.pdev_param->tx_chain_mask, in __ath10k_set_antenna()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | wmi.c | 414 pdev_cap->tx_chain_mask = mac_phy_caps->tx_chain_mask_2g; in ath11k_pull_mac_phy_cap_svc_ready_ext() 422 pdev_cap->tx_chain_mask = mac_phy_caps->tx_chain_mask_5g; in ath11k_pull_mac_phy_cap_svc_ready_ext() 439 find_first_bit((unsigned long *)&pdev_cap->tx_chain_mask, 32); in ath11k_pull_mac_phy_cap_svc_ready_ext() 4189 wmi_cfg->tx_chain_mask = tg_cfg->tx_chain_mask; in ath11k_wmi_copy_resource_config()
|
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | wmi.c | 456 pdev_cap->tx_chain_mask = le32_to_cpu(mac_caps->tx_chain_mask_2g); in ath12k_pull_mac_phy_cap_svc_ready_ext() 464 pdev_cap->tx_chain_mask = le32_to_cpu(mac_caps->tx_chain_mask_5g); in ath12k_pull_mac_phy_cap_svc_ready_ext() 481 find_first_bit((unsigned long *)&pdev_cap->tx_chain_mask, 32); in ath12k_pull_mac_phy_cap_svc_ready_ext() 4005 wmi_cfg->tx_chain_mask = cpu_to_le32(tg_cfg->tx_chain_mask); in ath12k_wmi_copy_resource_config()
|
| H A D | mac.c | 8954 tx_ant = min_t(u32, tx_ant, ar->pdev->cap.tx_chain_mask); in __ath12k_set_antenna() 14522 antennas_tx = max_t(u32, antennas_tx, cap->tx_chain_mask); in ath12k_mac_hw_register() 14791 ar->cfg_tx_chainmask = pdev->cap.tx_chain_mask; in ath12k_mac_setup() 14793 ar->num_tx_chains = hweight32(pdev->cap.tx_chain_mask); in ath12k_mac_setup()
|