Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5111.c225 uint16_t tempOB, tempDB; in ar5111SetRfRegs() local
237 tempDB = ee->ee_db1; in ar5111SetRfRegs()
240 tempDB = ee->ee_db2; in ar5111SetRfRegs()
243 tempDB = ee->ee_db3; in ar5111SetRfRegs()
246 tempDB = ee->ee_db4; in ar5111SetRfRegs()
249 tempOB = tempDB = 0; in ar5111SetRfRegs()
260 tempDB = ee->ee_dbFor24; in ar5111SetRfRegs()
272 tempDB = ee->ee_dbFor24g; in ar5111SetRfRegs()
288 HALASSERT(1 <= tempDB && tempDB <= 5); in ar5111SetRfRegs()
319 ar5212ModifyRfBuffer(rfReg, tempDB, 3, 107, 0); in ar5111SetRfRegs()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c1040 uint16_t tempOB, tempDB; in ar5211SetRf6and7() local
1055 tempDB = ee->ee_db1; in ar5211SetRf6and7()
1058 tempDB = ee->ee_db2; in ar5211SetRf6and7()
1061 tempDB = ee->ee_db3; in ar5211SetRf6and7()
1064 tempDB = ee->ee_db4; in ar5211SetRf6and7()
1067 tempOB = tempDB = 0; in ar5211SetRf6and7()
1086 tempDB = ee->ee_dbFor24; in ar5211SetRf6and7()
1093 tempDB = ee->ee_dbFor24g; in ar5211SetRf6and7()
1105 HALASSERT(1 <= tempDB && tempDB <= 5); in ar5211SetRf6and7()
1121 ((ath_hal_reverseBits(tempDB, 3) << 2) & 0x1C); in ar5211SetRf6and7()