Lines Matching refs:uitmp
45 unsigned int uitmp, div_ref, div_ref_val, div_n, k, k_cw, div_out; in fc2580_set_params() local
103 uitmp = DIV_PRE_N * F_REF / div_ref; in fc2580_set_params()
104 div_n = div_u64_rem(f_vco, uitmp, &k); in fc2580_set_params()
105 k_cw = div_u64((u64) k * 0x100000, uitmp); in fc2580_set_params()
252 uitmp = (unsigned int) 8058000 - (dev->f_bandwidth * 122 / 100 / 2); in fc2580_set_params()
253 uitmp = div64_u64((u64) dev->clk * uitmp, 1000000000000ULL); in fc2580_set_params()
254 ret = regmap_write(dev->regmap, 0x37, uitmp); in fc2580_set_params()
263 for (uitmp = ~0xc0; !time_after(jiffies, timeout) && uitmp != 0xc0;) { in fc2580_set_params()
270 ret = regmap_read(dev->regmap, 0x2f, &uitmp); in fc2580_set_params()
273 uitmp &= 0xc0; in fc2580_set_params()
279 if (uitmp != 0xc0) in fc2580_set_params()
280 dev_dbg(&client->dev, "filter did not lock %02x\n", uitmp); in fc2580_set_params()
539 unsigned int uitmp; in fc2580_probe() local
563 ret = regmap_read(dev->regmap, 0x01, &uitmp); in fc2580_probe()
567 dev_dbg(&client->dev, "chip_id=%02x\n", uitmp); in fc2580_probe()
569 switch (uitmp) { in fc2580_probe()