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

/freebsd-11.0-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-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1040 uint16_t tempOB, tempDB; local
1055 tempDB = ee->ee_db1;
1058 tempDB = ee->ee_db2;
1061 tempDB = ee->ee_db3;
1064 tempDB = ee->ee_db4;
1067 tempOB = tempDB = 0;
1086 tempDB = ee->ee_dbFor24;
1093 tempDB = ee->ee_dbFor24g;
1105 HALASSERT(1 <= tempDB && tempDB <
[all...]

Completed in 55 milliseconds