Home
last modified time | relevance | path

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

/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5111.c223 uint16_t tempOB, tempDB; in ar5111SetRfRegs() local
233 tempDB = ee->ee_db1; in ar5111SetRfRegs()
236 tempDB = ee->ee_db2; in ar5111SetRfRegs()
239 tempDB = ee->ee_db3; in ar5111SetRfRegs()
242 tempDB = ee->ee_db4; in ar5111SetRfRegs()
245 tempOB = tempDB = 0; in ar5111SetRfRegs()
256 tempDB = ee->ee_dbFor24; in ar5111SetRfRegs()
267 tempDB = ee->ee_dbFor24g; in ar5111SetRfRegs()
283 HALASSERT(1 <= tempDB && tempDB <= 5); in ar5111SetRfRegs()
314 ar5212ModifyRfBuffer(rfReg, tempDB, 3, 107, 0); in ar5111SetRfRegs()
/netbsd/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_reset.c1065 uint16_t tempOB, tempDB; in ar5211SetRf6and7() local
1080 tempDB = ee->ee_db1; in ar5211SetRf6and7()
1083 tempDB = ee->ee_db2; in ar5211SetRf6and7()
1086 tempDB = ee->ee_db3; in ar5211SetRf6and7()
1089 tempDB = ee->ee_db4; in ar5211SetRf6and7()
1092 tempOB = tempDB = 0; in ar5211SetRf6and7()
1111 tempDB = ee->ee_dbFor24; in ar5211SetRf6and7()
1118 tempDB = ee->ee_dbFor24g; in ar5211SetRf6and7()
1130 HALASSERT(1 <= tempDB && tempDB <= 5); in ar5211SetRf6and7()
1146 ((ath_hal_reverseBits(tempDB, 3) << 2) & 0x1C); in ar5211SetRf6and7()