Searched refs:f_ref (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/media/tuners/ |
D | mt2063.c | 92 u32 f_ref; member 499 pAS_Info->f_ref * in MT2063_ResetExclZones() 501 pAS_Info->f_in) / pAS_Info->f_ref) - pAS_Info->f_in; in MT2063_ResetExclZones() 511 center += pAS_Info->f_ref; in MT2063_ResetExclZones() 515 pAS_Info->f_ref * in MT2063_ResetExclZones() 517 pAS_Info->f_out) / pAS_Info->f_ref) + pAS_Info->f_out; in MT2063_ResetExclZones() 527 center += pAS_Info->f_ref; in MT2063_ResetExclZones() 1409 static u32 MT2063_Round_fLO(u32 f_LO, u32 f_LO_Step, u32 f_ref) in MT2063_Round_fLO() argument 1411 return f_ref * (f_LO / f_ref) in MT2063_Round_fLO() 1412 + f_LO_Step * (((f_LO % f_ref) + (f_LO_Step / 2)) / f_LO_Step); in MT2063_Round_fLO() [all …]
|
D | fc2580.c | 145 unsigned int r_val, n_val, k_val, k_val_reg, f_ref; in fc2580_set_params() local 196 f_ref = 2UL * priv->cfg->clock / r_val; in fc2580_set_params() 197 n_val = div_u64_rem(f_vco, f_ref, &k_val); in fc2580_set_params() 198 k_val_reg = div_u64(1ULL * k_val * (1 << 20), f_ref); in fc2580_set_params()
|
/linux-4.1.27/drivers/scsi/ |
D | sg.c | 169 struct kref f_ref; member 383 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_release() 805 kref_get(&sfp->f_ref); /* sg_rq_end_io() does kref_put(). */ in sg_common_write() 1272 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_rq_end_io_usercontext() 1366 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_rq_end_io() 2132 kref_init(&sfp->f_ref); in sg_add_sfp() 2196 struct sg_fd *sfp = container_of(kref, struct sg_fd, f_ref); in sg_remove_sfp()
|