Searched refs:aModeRefSel (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c77 uint16_t bMode, fracMode, aModeRefSel = 0; local
99 aModeRefSel = 0;
126 aModeRefSel = 0;
128 aModeRefSel = 3;
130 aModeRefSel = 2;
132 if (aModeRefSel) break;
135 aModeRefSel = 0;
201 ndiv = (freq * (refDivA >> aModeRefSel))/60;
209 (aModeRefSel << 26) | (channelSel);
H A Dar9287.c77 uint16_t bMode, fracMode, aModeRefSel = 0; local
96 aModeRefSel = 0;
125 aModeRefSel = 3;
127 aModeRefSel = 2;
129 aModeRefSel = 0;
143 ndiv = (freq * (refDivA >> aModeRefSel))/60;
151 (aModeRefSel << 26) | (channelSel);
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c131 uint32_t aModeRefSel = 0; local
193 aModeRefSel = ath_hal_reverseBits(0, 2);
198 aModeRefSel = ath_hal_reverseBits(3, 2);
200 aModeRefSel = ath_hal_reverseBits(1, 2);
204 aModeRefSel = ath_hal_reverseBits(2, 2);
206 aModeRefSel = ath_hal_reverseBits(1, 2);
209 aModeRefSel = ath_hal_reverseBits(1, 2);
221 reg32 = (channelSel << 8) | (aModeRefSel << 2) | (bModeSynth << 1) |
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar2413.c85 uint32_t aModeRefSel = 0; local
122 aModeRefSel = ath_hal_reverseBits(0, 2);
126 aModeRefSel = ath_hal_reverseBits(3, 2);
130 aModeRefSel = ath_hal_reverseBits(2, 2);
134 aModeRefSel = ath_hal_reverseBits(1, 2);
141 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
H A Dar2425.c92 uint32_t aModeRefSel = 0; local
117 aModeRefSel = ath_hal_reverseBits(0, 2);
121 aModeRefSel = ath_hal_reverseBits(1, 2);
125 aModeRefSel = ath_hal_reverseBits(1, 2);
129 aModeRefSel = ath_hal_reverseBits(1, 2);
136 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
H A Dar5112.c85 uint32_t aModeRefSel = 0; local
122 aModeRefSel = ath_hal_reverseBits(0, 2);
126 aModeRefSel = ath_hal_reverseBits(3, 2);
130 aModeRefSel = ath_hal_reverseBits(2, 2);
134 aModeRefSel = ath_hal_reverseBits(1, 2);
141 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
H A Dar5413.c85 uint32_t aModeRefSel = 0; local
122 aModeRefSel = ath_hal_reverseBits(0, 2);
126 aModeRefSel = ath_hal_reverseBits(1, 2);
130 aModeRefSel = ath_hal_reverseBits(1, 2);
134 aModeRefSel = ath_hal_reverseBits(1, 2);
141 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
H A Dar2316.c98 uint32_t aModeRefSel = 0; local
134 aModeRefSel = ath_hal_reverseBits(3, 2);
138 aModeRefSel = ath_hal_reverseBits(2, 2);
142 aModeRefSel = ath_hal_reverseBits(1, 2);
149 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
H A Dar2317.c89 uint32_t aModeRefSel = 0; local
111 aModeRefSel = ath_hal_reverseBits(3, 2);
115 aModeRefSel = ath_hal_reverseBits(2, 2);
119 aModeRefSel = ath_hal_reverseBits(1, 2);
126 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |

Completed in 123 milliseconds