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

/freebsd-10.2-release/sys/dev/ath/ath_hal/ar9002/
H A Dar9280.c75 uint16_t bMode, fracMode, aModeRefSel = 0; local
97 aModeRefSel = 0;
124 aModeRefSel = 0;
126 aModeRefSel = 3;
128 aModeRefSel = 2;
130 if (aModeRefSel) break;
133 aModeRefSel = 0;
199 ndiv = (freq * (refDivA >> aModeRefSel))/60;
207 (aModeRefSel << 26) | (channelSel);
H A Dar9287.c75 uint16_t bMode, fracMode, aModeRefSel = 0; local
94 aModeRefSel = 0;
123 aModeRefSel = 3;
125 aModeRefSel = 2;
127 aModeRefSel = 0;
141 ndiv = (freq * (refDivA >> aModeRefSel))/60;
149 (aModeRefSel << 26) | (channelSel);
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5416/
H A Dar2133.c129 uint32_t aModeRefSel = 0; local
191 aModeRefSel = ath_hal_reverseBits(0, 2);
196 aModeRefSel = ath_hal_reverseBits(3, 2);
198 aModeRefSel = ath_hal_reverseBits(1, 2);
202 aModeRefSel = ath_hal_reverseBits(2, 2);
204 aModeRefSel = ath_hal_reverseBits(1, 2);
207 aModeRefSel = ath_hal_reverseBits(1, 2);
219 reg32 = (channelSel << 8) | (aModeRefSel << 2) | (bModeSynth << 1) |
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar2413.c83 uint32_t aModeRefSel = 0; local
120 aModeRefSel = ath_hal_reverseBits(0, 2);
124 aModeRefSel = ath_hal_reverseBits(3, 2);
128 aModeRefSel = ath_hal_reverseBits(2, 2);
132 aModeRefSel = ath_hal_reverseBits(1, 2);
139 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
H A Dar2425.c90 uint32_t aModeRefSel = 0; local
115 aModeRefSel = ath_hal_reverseBits(0, 2);
119 aModeRefSel = ath_hal_reverseBits(1, 2);
123 aModeRefSel = ath_hal_reverseBits(1, 2);
127 aModeRefSel = ath_hal_reverseBits(1, 2);
134 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
H A Dar5112.c83 uint32_t aModeRefSel = 0; local
120 aModeRefSel = ath_hal_reverseBits(0, 2);
124 aModeRefSel = ath_hal_reverseBits(3, 2);
128 aModeRefSel = ath_hal_reverseBits(2, 2);
132 aModeRefSel = ath_hal_reverseBits(1, 2);
139 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
H A Dar5413.c83 uint32_t aModeRefSel = 0; local
120 aModeRefSel = ath_hal_reverseBits(0, 2);
124 aModeRefSel = ath_hal_reverseBits(1, 2);
128 aModeRefSel = ath_hal_reverseBits(1, 2);
132 aModeRefSel = ath_hal_reverseBits(1, 2);
139 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
H A Dar2316.c96 uint32_t aModeRefSel = 0; local
132 aModeRefSel = ath_hal_reverseBits(3, 2);
136 aModeRefSel = ath_hal_reverseBits(2, 2);
140 aModeRefSel = ath_hal_reverseBits(1, 2);
147 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |
H A Dar2317.c87 uint32_t aModeRefSel = 0; local
109 aModeRefSel = ath_hal_reverseBits(3, 2);
113 aModeRefSel = ath_hal_reverseBits(2, 2);
117 aModeRefSel = ath_hal_reverseBits(1, 2);
124 reg32 = (channelSel << 4) | (aModeRefSel << 2) | (bModeSynth << 1) |

Completed in 121 milliseconds