Searched refs:tempOB (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1040 uint16_t tempOB, tempDB; local
1054 tempOB = ee->ee_ob1;
1057 tempOB = ee->ee_ob2;
1060 tempOB = ee->ee_ob3;
1063 tempOB = ee->ee_ob4;
1067 tempOB = tempDB = 0;
1085 tempOB = ee->ee_obFor24;
1092 tempOB = ee->ee_obFor24g;
1104 HALASSERT(1 <= tempOB && tempOB <
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c225 uint16_t tempOB, tempDB; local
236 tempOB = ee->ee_ob1;
239 tempOB = ee->ee_ob2;
242 tempOB = ee->ee_ob3;
245 tempOB = ee->ee_ob4;
249 tempOB = tempDB = 0;
259 tempOB = ee->ee_obFor24;
271 tempOB = ee->ee_obFor24g;
287 HALASSERT(1 <= tempOB && tempOB <
[all...]

Completed in 183 milliseconds