Searched refs:f_ref (Results 1 - 3 of 3) sorted by relevance

/drivers/media/tuners/
H A Dmt2063.c92 u32 f_ref; member in struct:MT2063_AvoidSpursData_t
499 pAS_Info->f_ref *
501 pAS_Info->f_in) / pAS_Info->f_ref) - pAS_Info->f_in;
511 center += pAS_Info->f_ref;
515 pAS_Info->f_ref *
517 pAS_Info->f_out) / pAS_Info->f_ref) + pAS_Info->f_out;
527 center += pAS_Info->f_ref;
1409 static u32 MT2063_Round_fLO(u32 f_LO, u32 f_LO_Step, u32 f_ref) argument
1411 return f_ref * (f_LO / f_ref)
1433 MT2063_fLO_FractionalTerm(u32 f_ref, u32 num, u32 denom) argument
[all...]
H A Dfc2580.c145 unsigned int r_val, n_val, k_val, k_val_reg, f_ref; local
196 f_ref = 2UL * priv->cfg->clock / r_val;
197 n_val = div_u64_rem(f_vco, f_ref, &k_val);
198 k_val_reg = div_u64(1ULL * k_val * (1 << 20), f_ref);
/drivers/scsi/
H A Dsg.c169 struct kref f_ref; member in struct:sg_fd
383 kref_put(&sfp->f_ref, sg_remove_sfp);
819 kref_get(&sfp->f_ref); /* sg_rq_end_io() does kref_put(). */
1312 kref_put(&sfp->f_ref, sg_remove_sfp);
1395 kref_put(&sfp->f_ref, sg_remove_sfp);
2152 kref_init(&sfp->f_ref);
2216 struct sg_fd *sfp = container_of(kref, struct sg_fd, f_ref);

Completed in 84 milliseconds