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

/arch/arm/mach-omap2/
H A Ddpll3xxx.c93 unsigned long fint; local
96 fint = clk->dpll_data->clk_ref->rate / n;
98 pr_debug("clock: fint is %lu\n", fint);
100 if (fint >= 750000 && fint <= 1000000)
102 else if (fint > 1000000 && fint <= 1250000)
104 else if (fint > 1250000 && fint <
239 unsigned long fint, clkinp; /* watch out for overflow */ local
[all...]
H A Dclkt_dpll.c84 long fint, fint_min, fint_max; local
90 fint = clk->parent->rate / n;
94 WARN(1, "No fint limits available for OMAP2!\n");
107 if (fint < fint_min) {
112 } else if (fint > fint_max) {
117 } else if (cpu_is_omap3430() && fint > OMAP3430_DPLL_FINT_BAND1_MAX &&
118 fint < OMAP3430_DPLL_FINT_BAND2_MIN) {
/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,
/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 1521 milliseconds