Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_mci.c1908 ahp->ah_bt_coex_wlan_weight[1] |= in ar9300_mci_bt_coex_set_weights()
1911 ahp->ah_bt_coex_wlan_weight[2] |= in ar9300_mci_bt_coex_set_weights()
1914 ahp->ah_bt_coex_wlan_weight[3] |= in ar9300_mci_bt_coex_set_weights()
1917 ahp->ah_bt_coex_wlan_weight[3] |= in ar9300_mci_bt_coex_set_weights()
1925 ahp->ah_bt_coex_wlan_weight[0], in ar9300_mci_bt_coex_set_weights()
1926 ahp->ah_bt_coex_wlan_weight[1], in ar9300_mci_bt_coex_set_weights()
1927 ahp->ah_bt_coex_wlan_weight[2], in ar9300_mci_bt_coex_set_weights()
1961 ahp->ah_bt_coex_wlan_weight[0], in ar9300_mci_bt_coex_enable()
1962 ahp->ah_bt_coex_wlan_weight[1], in ar9300_mci_bt_coex_enable()
1963 ahp->ah_bt_coex_wlan_weight[2], in ar9300_mci_bt_coex_enable()
[all …]
H A Dar9300_misc.c2441 ahp->ah_bt_coex_wlan_weight[0] = AR9300_STOMP_ALL_WLAN_WGHT0; in ar9300_bt_coex_set_weights()
2442 ahp->ah_bt_coex_wlan_weight[1] = AR9300_STOMP_ALL_WLAN_WGHT1; in ar9300_bt_coex_set_weights()
2445 ahp->ah_bt_coex_wlan_weight[0] = AR9300_STOMP_LOW_WLAN_WGHT0; in ar9300_bt_coex_set_weights()
2446 ahp->ah_bt_coex_wlan_weight[1] = AR9300_STOMP_LOW_WLAN_WGHT1; in ar9300_bt_coex_set_weights()
2449 ahp->ah_bt_coex_wlan_weight[0] = AR9300_STOMP_ALL_FORCE_WLAN_WGHT0; in ar9300_bt_coex_set_weights()
2450 ahp->ah_bt_coex_wlan_weight[1] = AR9300_STOMP_ALL_FORCE_WLAN_WGHT1; in ar9300_bt_coex_set_weights()
2453 ahp->ah_bt_coex_wlan_weight[0] = AR9300_STOMP_LOW_FORCE_WLAN_WGHT0; in ar9300_bt_coex_set_weights()
2458 ahp->ah_bt_coex_wlan_weight[0] = AR9300_STOMP_NONE_WLAN_WGHT0; in ar9300_bt_coex_set_weights()
2459 ahp->ah_bt_coex_wlan_weight[1] = AR9300_STOMP_NONE_WLAN_WGHT1; in ar9300_bt_coex_set_weights()
2463 ahp->ah_bt_coex_wlan_weight[0] = stomp_type; in ar9300_bt_coex_set_weights()
[all …]
H A Dar9300.h518 …u_int32_t ah_bt_coex_wlan_weight[AR9300_NUM_WLAN_WEIGHTS]; /* Register setting for AR_BT_COEX_WE… member