Searched refs:stompType (Results 1 – 2 of 2) sorted by relevance
93 ar5416BTCoexSetWeights(struct ath_hal *ah, u_int32_t stompType) in ar5416BTCoexSetWeights() argument99 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()
207 extern void ar5416BTCoexSetWeights(struct ath_hal *ah, uint32_t stompType);