Home
last modified time | relevance | path

Searched refs:ah_btCoexWLANWeight (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c104 ahp->ah_btCoexWLANWeight = AR5416_STOMP_ALL_WLAN_WGHT; in ar5416BTCoexSetWeights()
108 ahp->ah_btCoexWLANWeight = AR5416_STOMP_LOW_WLAN_WGHT; in ar5416BTCoexSetWeights()
112 ahp->ah_btCoexWLANWeight = in ar5416BTCoexSetWeights()
117 ahp->ah_btCoexWLANWeight = in ar5416BTCoexSetWeights()
123 ahp->ah_btCoexWLANWeight = AR5416_STOMP_NONE_WLAN_WGHT; in ar5416BTCoexSetWeights()
128 ahp->ah_btCoexWLANWeight = stompType >> 16; in ar5416BTCoexSetWeights()
137 ahp->ah_btCoexWLANWeight = AR5416_STOMP_ALL_WLAN_WGHT; in ar5416BTCoexSetWeights()
141 ahp->ah_btCoexWLANWeight = AR5416_STOMP_LOW_WLAN_WGHT; in ar5416BTCoexSetWeights()
145 ahp->ah_btCoexWLANWeight = in ar5416BTCoexSetWeights()
150 ahp->ah_btCoexWLANWeight = in ar5416BTCoexSetWeights()
[all …]
H A Dar5416.h156 uint32_t ah_btCoexWLANWeight; /* Register setting for AR_BT_COEX_WEIGHT */ member