Home
last modified time | relevance | path

Searched refs:stomp_type (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.c269 * For AR9003 and above, stomp_type is used.
274 enum ath_stomp_type stomp_type) in ath9k_hw_btcoex_set_weight()
279 bool concur_tx = (mci_hw->concur_tx && btcoex_hw->tx_prio[stomp_type]); in ath9k_hw_btcoex_set_weight()
280 const u32 *weight = ar9003_wlan_weights[stomp_type]; in ath9k_hw_btcoex_set_weight()
292 ((stomp_type == ATH_BTCOEX_STOMP_LOW) && in ath9k_hw_btcoex_set_weight()
294 ATH_BTCOEX_STOMP_LOW_FTP : stomp_type; in ath9k_hw_btcoex_set_weight()
305 (btcoex_hw->tx_prio[stomp_type] << in ath9k_hw_btcoex_set_weight()
313 btcoex_hw->wlan_weight[i-1] |= (btcoex_hw->tx_prio[stomp_type] in ath9k_hw_btcoex_set_weight()
454 enum ath_stomp_type stomp_type) in ath9k_hw_btcoex_bt_stomp()
457 ath9k_hw_btcoex_set_weight(ah, 0, 0, stomp_type); in ath9k_hw_btcoex_bt_stomp()
271 ath9k_hw_btcoex_set_weight(struct ath_hw *ah, u32 bt_weight, u32 wlan_weight, enum ath_stomp_type stomp_type) ath9k_hw_btcoex_set_weight() argument
453 ath9k_hw_btcoex_bt_stomp(struct ath_hw *ah, enum ath_stomp_type stomp_type) ath9k_hw_btcoex_bt_stomp() argument
[all...]
H A Dgpio.c199 enum ath_stomp_type stomp_type; in ath_btcoex_period_timer() local
222 stomp_type = btcoex->bt_stomp_type; in ath_btcoex_period_timer()
227 stomp_type = ATH_BTCOEX_STOMP_ALL; in ath_btcoex_period_timer()
231 stomp_type = ATH_BTCOEX_STOMP_AUDIO; in ath_btcoex_period_timer()
235 ath9k_hw_btcoex_bt_stomp(ah, stomp_type); in ath_btcoex_period_timer()
H A Dbtcoex.h133 enum ath_stomp_type stomp_type);
136 enum ath_stomp_type stomp_type);
H A Dcommon.h89 enum ath_stomp_type stomp_type);
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dbtcoex.c269 * For AR9003 and above, stomp_type is used.
274 enum ath_stomp_type stomp_type) in ath9k_hw_btcoex_set_weight()
279 bool concur_tx = (mci_hw->concur_tx && btcoex_hw->tx_prio[stomp_type]); in ath9k_hw_btcoex_set_weight()
280 const u32 *weight = ar9003_wlan_weights[stomp_type]; in ath9k_hw_btcoex_set_weight()
292 ((stomp_type == ATH_BTCOEX_STOMP_LOW) && in ath9k_hw_btcoex_set_weight()
294 ATH_BTCOEX_STOMP_LOW_FTP : stomp_type; in ath9k_hw_btcoex_set_weight()
305 (btcoex_hw->tx_prio[stomp_type] << in ath9k_hw_btcoex_set_weight()
313 btcoex_hw->wlan_weight[i-1] |= (btcoex_hw->tx_prio[stomp_type] in ath9k_hw_btcoex_set_weight()
454 enum ath_stomp_type stomp_type) in ath9k_hw_btcoex_bt_stomp()
457 ath9k_hw_btcoex_set_weight(ah, 0, 0, stomp_type); in ath9k_hw_btcoex_bt_stomp()
271 ath9k_hw_btcoex_set_weight(struct ath_hw *ah, u32 bt_weight, u32 wlan_weight, enum ath_stomp_type stomp_type) ath9k_hw_btcoex_set_weight() argument
453 ath9k_hw_btcoex_bt_stomp(struct ath_hw *ah, enum ath_stomp_type stomp_type) ath9k_hw_btcoex_bt_stomp() argument
[all...]
H A Dgpio.c199 enum ath_stomp_type stomp_type; in ath_btcoex_period_timer() local
222 stomp_type = btcoex->bt_stomp_type; in ath_btcoex_period_timer()
227 stomp_type = ATH_BTCOEX_STOMP_ALL; in ath_btcoex_period_timer()
231 stomp_type = ATH_BTCOEX_STOMP_AUDIO; in ath_btcoex_period_timer()
235 ath9k_hw_btcoex_bt_stomp(ah, stomp_type); in ath_btcoex_period_timer()
H A Dbtcoex.h133 enum ath_stomp_type stomp_type);
136 enum ath_stomp_type stomp_type);

Completed in 4 milliseconds