Searched refs:fint (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Ddpll3xxx.c95 unsigned long fint; local
98 fint = clk->dpll_data->clk_ref->rate / n;
100 pr_debug("clock: fint is %lu\n", fint);
102 if (fint >= 750000 && fint <= 1000000)
104 else if (fint > 1000000 && fint <= 1250000)
106 else if (fint > 1250000 && fint <
230 unsigned long fint, clkinp, sd; /* watch out for overflow */ local
[all...]
H A Dclkt_dpll.c75 long fint; local
81 fint = clk->parent->rate / (n + 1);
82 if (fint < DPLL_FINT_BAND1_MIN) {
89 } else if (fint > DPLL_FINT_BAND1_MAX &&
90 fint < DPLL_FINT_BAND2_MIN) {
95 } else if (fint > DPLL_FINT_BAND2_MAX) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dtbldo.S58 .long sint |$01-0 fint norm
59 .long szero |$01-1 fint zero
60 .long sinf |$01-2 fint inf
61 .long src_nan |$01-3 fint nan
62 .long sintd |$01-4 fint denorm inx
63 .long serror |$01-5 fint ERROR
64 .long serror |$01-6 fint ERROR
65 .long serror |$01-7 fint ERROR
H A Dsint.S9 | to emulate the fint and fintrz unimplemented instructions,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddsi.c821 cinfo->fint = cinfo->clkin / (cinfo->regn * (cinfo->highfreq ? 2 : 1));
823 if (cinfo->fint > FINT_MAX || cinfo->fint < FINT_MIN)
826 cinfo->clkin4ddr = 2 * cinfo->regm * cinfo->fint;
891 cur.fint = cur.clkin / cur.regn;
893 cur.fint = cur.clkin / (2 * cur.regn);
895 if (cur.fint > FINT_MAX || cur.fint < FINT_MIN)
985 dsi.current_cinfo.fint = cinfo->fint;
[all...]
H A Ddss.h148 unsigned long fint; member in struct:dsi_clock_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dpfpsp.S2488 # fint fcos fsincos
4081 long fint - tbl_unsupp # 01: fint
9636 # fint(): emulates the fint instruction #
9650 # here. For norms, load the rounding mode/prec, execute a "fint", then #
9660 global fint
9661 fint: label
9674 fint.x SRC(%a0),%fp0 # execute fint
[all...]
H A Dfpsp.S2489 # fint fcos fsincos
4477 short tbl_trans - tbl_trans # $01-0 fint norm
4478 short tbl_trans - tbl_trans # $01-1 fint zero
4479 short tbl_trans - tbl_trans # $01-2 fint inf
4480 short tbl_trans - tbl_trans # $01-3 fint qnan
4481 short tbl_trans - tbl_trans # $01-5 fint denorm
4482 short tbl_trans - tbl_trans # $01-4 fint snan
4483 short tbl_trans - tbl_trans # $01-6 fint unnorm
5653 # fint.x %fp2
11412 long fint
13230 fint: label
[all...]
H A Dfplsp.S5547 # fint.x %fp2
10429 fint.s 0x4(%sp),%fp0 # fint w/ sgl src
10434 fint.d 0x4(%sp),%fp0 # fint w/ dbl src
10439 fint.x 0x4(%sp),%fp0 # fint w/ ext src

Completed in 632 milliseconds