Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/ath/ath_hal/ar5212/
Dar5111.c225 uint16_t tempOB, tempDB; in ar5111SetRfRegs() local
236 tempOB = ee->ee_ob1; in ar5111SetRfRegs()
239 tempOB = ee->ee_ob2; in ar5111SetRfRegs()
242 tempOB = ee->ee_ob3; in ar5111SetRfRegs()
245 tempOB = ee->ee_ob4; in ar5111SetRfRegs()
249 tempOB = tempDB = 0; in ar5111SetRfRegs()
259 tempOB = ee->ee_obFor24; in ar5111SetRfRegs()
271 tempOB = ee->ee_obFor24g; in ar5111SetRfRegs()
287 HALASSERT(1 <= tempOB && tempOB <= 5); in ar5111SetRfRegs()
318 ar5212ModifyRfBuffer(rfReg, tempOB, 3, 104, 0); in ar5111SetRfRegs()
/freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_reset.c1041 uint16_t tempOB, tempDB; in ar5211SetRf6and7() local
1055 tempOB = ee->ee_ob1; in ar5211SetRf6and7()
1058 tempOB = ee->ee_ob2; in ar5211SetRf6and7()
1061 tempOB = ee->ee_ob3; in ar5211SetRf6and7()
1064 tempOB = ee->ee_ob4; in ar5211SetRf6and7()
1068 tempOB = tempDB = 0; in ar5211SetRf6and7()
1086 tempOB = ee->ee_obFor24; in ar5211SetRf6and7()
1093 tempOB = ee->ee_obFor24g; in ar5211SetRf6and7()
1105 HALASSERT(1 <= tempOB && tempOB <= 5); in ar5211SetRf6and7()
1116 ((ath_hal_reverseBits(tempOB, 3) << 7) & 0x80); in ar5211SetRf6and7()
[all …]