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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar5111.c227 uint16_t tempOB, tempDB; local
239 tempDB = ee->ee_db1;
242 tempDB = ee->ee_db2;
245 tempDB = ee->ee_db3;
248 tempDB = ee->ee_db4;
251 tempOB = tempDB = 0;
262 tempDB = ee->ee_dbFor24;
274 tempDB = ee->ee_dbFor24g;
290 HALASSERT(1 <= tempDB && tempDB <
[all...]
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1042 uint16_t tempOB, tempDB; local
1057 tempDB = ee->ee_db1;
1060 tempDB = ee->ee_db2;
1063 tempDB = ee->ee_db3;
1066 tempDB = ee->ee_db4;
1069 tempOB = tempDB = 0;
1088 tempDB = ee->ee_dbFor24;
1095 tempDB = ee->ee_dbFor24g;
1107 HALASSERT(1 <= tempDB && tempDB <
[all...]

Completed in 301 milliseconds