Lines Matching refs:tempOB
1040 uint16_t tempOB, tempDB; in ar5211SetRf6and7() local
1054 tempOB = ee->ee_ob1; in ar5211SetRf6and7()
1057 tempOB = ee->ee_ob2; in ar5211SetRf6and7()
1060 tempOB = ee->ee_ob3; in ar5211SetRf6and7()
1063 tempOB = ee->ee_ob4; in ar5211SetRf6and7()
1067 tempOB = tempDB = 0; in ar5211SetRf6and7()
1085 tempOB = ee->ee_obFor24; in ar5211SetRf6and7()
1092 tempOB = ee->ee_obFor24g; in ar5211SetRf6and7()
1104 HALASSERT(1 <= tempOB && tempOB <= 5); in ar5211SetRf6and7()
1115 ((ath_hal_reverseBits(tempOB, 3) << 7) & 0x80); in ar5211SetRf6and7()
1117 ((ath_hal_reverseBits(tempOB, 3) >> 1) & 0x03); in ar5211SetRf6and7()