Searched refs:R55x (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/chips/
H A Drt30xx.c164 u8 R55x = 0, value, FilterTarget = 0x1E, BBPValue = 0; local
220 /* Read BBP_R55[6:0] for received power, set R55x = BBP_R55[6:0] */
222 R55x = value & 0xFF;
224 } while ((ReTry++ < 100) && (R55x == 0));
237 if ((R55x - value) < FilterTarget) {
239 } else if ((R55x - value) == FilterTarget) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/chips/
H A Drt30xx.c164 u8 R55x = 0, value, FilterTarget = 0x1E, BBPValue = 0; local
220 /* Read BBP_R55[6:0] for received power, set R55x = BBP_R55[6:0] */
222 R55x = value & 0xFF;
224 } while ((ReTry++ < 100) && (R55x == 0));
237 if ((R55x - value) < FilterTarget) {
239 } else if ((R55x - value) == FilterTarget) {

Completed in 67 milliseconds