Home
last modified time | relevance | path

Searched refs:f_ref (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/tuners/
H A Dmt2063.c84 u32 f_ref; member
490 pAS_Info->f_ref * in MT2063_ResetExclZones()
492 pAS_Info->f_in) / pAS_Info->f_ref) - pAS_Info->f_in; in MT2063_ResetExclZones()
502 center += pAS_Info->f_ref; in MT2063_ResetExclZones()
506 pAS_Info->f_ref * in MT2063_ResetExclZones()
508 pAS_Info->f_out) / pAS_Info->f_ref) + pAS_Info->f_out; in MT2063_ResetExclZones()
518 center += pAS_Info->f_ref; in MT2063_ResetExclZones()
1379 static u32 MT2063_Round_fLO(u32 f_LO, u32 f_LO_Step, u32 f_ref) in MT2063_Round_fLO() argument
1381 return f_ref * (f_LO / f_ref) in MT2063_Round_fLO()
1382 + f_LO_Step * (((f_LO % f_ref) + (f_LO_Step / 2)) / f_LO_Step); in MT2063_Round_fLO()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx25/
H A Dgeneric.c33 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() argument
49 return lldiv(2 * (u64) f_ref * (mfi * mfd + mfn), in imx_decode_pll()
/OK3568_Linux_fs/u-boot/arch/arm/cpu/arm926ejs/mx27/
H A Dgeneric.c27 static unsigned int imx_decode_pll(unsigned int pll, unsigned int f_ref) in imx_decode_pll() argument
36 return lldiv(2 * (u64)f_ref * (mfi * (mfd + 1) + mfn), in imx_decode_pll()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dsg.c153 struct kref f_ref; member
393 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_release()
828 kref_get(&sfp->f_ref); /* sg_rq_end_io() does kref_put(). */ in sg_common_write()
1326 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_rq_end_io_usercontext()
1424 kref_put(&sfp->f_ref, sg_remove_sfp); in sg_rq_end_io()
2192 kref_init(&sfp->f_ref); in sg_add_sfp()
2264 struct sg_fd *sfp = container_of(kref, struct sg_fd, f_ref); in sg_remove_sfp()