Lines Matching defs:tmp
602 u8 pwr, bias_ctrl, dbias, tmp;
622 adf7242_read_reg(lp, REG_PA_CFG, &tmp);
623 tmp &= ~PA_BRIDGE_DBIAS(~0);
624 tmp |= PA_BRIDGE_DBIAS(dbias);
625 adf7242_write_reg(lp, REG_PA_CFG, tmp);
627 adf7242_read_reg(lp, REG_PA_BIAS, &tmp);
628 tmp &= ~PA_BIAS_CTRL(~0);
629 tmp |= PA_BIAS_CTRL(bias_ctrl);
630 adf7242_write_reg(lp, REG_PA_BIAS, tmp);
632 adf7242_read_reg(lp, REG_EXTPA_MSC, &tmp);
633 tmp &= ~PA_PWR(~0);
634 tmp |= PA_PWR(pwr);
636 return adf7242_write_reg(lp, REG_EXTPA_MSC, tmp);