Home
last modified time | relevance | path

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

/netbsd/src/sys/external/isc/atheros_hal/dist/ar5212/
Dar5111.c223 uint16_t tempOB, tempDB; in ar5111SetRfRegs() local
232 tempOB = ee->ee_ob1; in ar5111SetRfRegs()
235 tempOB = ee->ee_ob2; in ar5111SetRfRegs()
238 tempOB = ee->ee_ob3; in ar5111SetRfRegs()
241 tempOB = ee->ee_ob4; in ar5111SetRfRegs()
245 tempOB = tempDB = 0; in ar5111SetRfRegs()
255 tempOB = ee->ee_obFor24; in ar5111SetRfRegs()
266 tempOB = ee->ee_obFor24g; in ar5111SetRfRegs()
282 HALASSERT(1 <= tempOB && tempOB <= 5); in ar5111SetRfRegs()
313 ar5212ModifyRfBuffer(rfReg, tempOB, 3, 104, 0); in ar5111SetRfRegs()
/netbsd/src/sys/external/isc/atheros_hal/dist/ar5211/
Dar5211_reset.c1065 uint16_t tempOB, tempDB; in ar5211SetRf6and7() local
1079 tempOB = ee->ee_ob1; in ar5211SetRf6and7()
1082 tempOB = ee->ee_ob2; in ar5211SetRf6and7()
1085 tempOB = ee->ee_ob3; in ar5211SetRf6and7()
1088 tempOB = ee->ee_ob4; in ar5211SetRf6and7()
1092 tempOB = tempDB = 0; in ar5211SetRf6and7()
1110 tempOB = ee->ee_obFor24; in ar5211SetRf6and7()
1117 tempOB = ee->ee_obFor24g; in ar5211SetRf6and7()
1129 HALASSERT(1 <= tempOB && tempOB <= 5); in ar5211SetRf6and7()
1140 ((ath_hal_reverseBits(tempOB, 3) << 7) & 0x80); in ar5211SetRf6and7()
[all …]