Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_btcoex.c93 ar5416BTCoexSetWeights(struct ath_hal *ah, u_int32_t stompType) in ar5416BTCoexSetWeights() argument
99 switch (stompType) { in ar5416BTCoexSetWeights()
127 ahp->ah_btCoexBTWeight = stompType & 0xffff; in ar5416BTCoexSetWeights()
128 ahp->ah_btCoexWLANWeight = stompType >> 16; in ar5416BTCoexSetWeights()
132 switch (stompType) { in ar5416BTCoexSetWeights()
160 ahp->ah_btCoexBTWeight = stompType & 0xffff; in ar5416BTCoexSetWeights()
161 ahp->ah_btCoexWLANWeight = stompType >> 16; in ar5416BTCoexSetWeights()
H A Dar5416.h207 extern void ar5416BTCoexSetWeights(struct ath_hal *ah, uint32_t stompType);