Searched refs:tempDB (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c225 uint16_t tempOB, tempDB; local
237 tempDB = ee->ee_db1;
240 tempDB = ee->ee_db2;
243 tempDB = ee->ee_db3;
246 tempDB = ee->ee_db4;
249 tempOB = tempDB = 0;
260 tempDB = ee->ee_dbFor24;
272 tempDB = ee->ee_dbFor24g;
288 HALASSERT(1 <= tempDB && tempDB <
[all...]
/freebsd-10.2-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1039 uint16_t tempOB, tempDB; local
1054 tempDB = ee->ee_db1;
1057 tempDB = ee->ee_db2;
1060 tempDB = ee->ee_db3;
1063 tempDB = ee->ee_db4;
1066 tempOB = tempDB = 0;
1085 tempDB = ee->ee_dbFor24;
1092 tempDB = ee->ee_dbFor24g;
1104 HALASSERT(1 <= tempDB && tempDB <
[all...]

Completed in 102 milliseconds