Home
last modified time | relevance | path

Searched refs:chain_idx (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/fw-api/fw/
Dhtt_ppdu_stats.h1113 #define HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_GET(tlv, chain_idx) \ argument
1114 ((A_INT8) ((tlv)->tx_pwr[(chain_idx)/HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32] >> \
1115 …((chain_idx)%HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32)*8) & HTT_PPDU_STATS_USER_COMMON…
1116 #define HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_SET(tlv, chain_idx, value) \ argument
1117 (tlv)->tx_pwr[chain_idx/HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32] = \
1118 (tlv)->tx_pwr[chain_idx/HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32] & \
1119 ~(0xff << (((chain_idx)%HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32)*8)) | \
1120 (((value)<<((chain_idx)%HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32)*8))
1122 #define HTT_PPDU_STATS_USER_COMMON_TLV_ALT_TX_PWR_GET(tlv, chain_idx) \ argument
1123 …((A_INT8) ((tlv)->alt_tx_pwr[(chain_idx)/HTT_PPDU_STATS_USER_COMMON_TLV_TX_PWR_CHAINS_PER_U32] >> \
[all …]
Dwmi_unified.h7233 #define WMI_UNIFIED_CHAIN_RSSI_GET(tlv, chain_idx, band) \ argument
7234 ((A_INT8) WMI_F_MS((tlv)->chain_rssi[chain_idx], WMI_UNIFIED_RSSI_CHAN_ ## band))
43979 #define WMI_UNIFIED_CHAIN_PHASE_GET(tlv, chain_idx) \ argument
43980 ((A_UINT16) ((tlv)->chain_phase[chain_idx] & WMI_UNIFIED_CHAIN_PHASE_MASK))
43981 #define WMI_UNIFIED_CHAIN_PHASE_SET(tlv, chain_idx, value) \ argument
43982 (tlv)->chain_phase[chain_idx] = (WMI_UNIFIED_CHAIN_PHASE_MASK & (value))
43986 #define WMI_UNIFIED_AGC_GAIN_GET(tlv, chain_idx) \ argument
43987 ((A_UINT8) ((tlv)->agc_gain_index[(chain_idx)/WMI_CFR_AGC_GAIN_CHAINS_PER_U32] >> \
43988 ((chain_idx)%WMI_CFR_AGC_GAIN_CHAINS_PER_U32)*8) & WMI_UNIFIED_AGC_GAIN_MASK)
43989 #define WMI_UNIFIED_AGC_GAIN_SET(tlv, chain_idx, value) \ argument
[all …]
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/monitor/
Ddp_mon.c6727 int8_t *min_nf, int chain_idx) in dp_mon_compute_min_nf() argument
6730 *min_nf = conv_params->nf_hw_dbm[chain_idx][0]; in dp_mon_compute_min_nf()
6739 if (conv_params->nf_hw_dbm[chain_idx][j] < *min_nf) in dp_mon_compute_min_nf()
6740 *min_nf = conv_params->nf_hw_dbm[chain_idx][j]; in dp_mon_compute_min_nf()
6745 if (conv_params->nf_hw_dbm[chain_idx][j] < *min_nf) in dp_mon_compute_min_nf()
6746 *min_nf = conv_params->nf_hw_dbm[chain_idx][j]; in dp_mon_compute_min_nf()
6753 if (conv_params->nf_hw_dbm[chain_idx][j] < *min_nf) in dp_mon_compute_min_nf()
6754 *min_nf = conv_params->nf_hw_dbm[chain_idx][j]; in dp_mon_compute_min_nf()
6760 if (conv_params->nf_hw_dbm[chain_idx][j] < *min_nf) in dp_mon_compute_min_nf()
6761 *min_nf = conv_params->nf_hw_dbm[chain_idx][j]; in dp_mon_compute_min_nf()