Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_asic.c1061 u8 BbpR1 = 0, BbpR49 = 0, idx; in AsicAdjustTxPower() local
1197 RTMP_BBP_IO_READ8_BY_REG_ID(pAd, BBP_R1, &BbpR1); in AsicAdjustTxPower()
1198 BbpR1 &= 0xFC; in AsicAdjustTxPower()
1208 BbpR1 |= 0x02; /* DeltaPwr -= 12; */ in AsicAdjustTxPower()
1210 BbpR1 |= 0x01; /* DeltaPwr -= 6; */ in AsicAdjustTxPower()
1223 BbpR1 |= 0x01; in AsicAdjustTxPower()
1226 BbpR1 |= 0x01; in AsicAdjustTxPower()
1230 BbpR1 |= 0x02; in AsicAdjustTxPower()
1233 RTMP_BBP_IO_WRITE8_BY_REG_ID(pAd, BBP_R1, BbpR1); in AsicAdjustTxPower()