OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_out
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/arm/sunxi/
sun4i_a10_ccu.c
790
sun4i_a10_tcon_calc_pll(int f_ref, int
f_out
, int *pm, int *pn, int *pd)
797
int diff = abs(
f_out
- f_cur);
/src/sys/dev/ic/
igsfb_subr.c
673
int f_vco,
f_out
;
local in function:igsfb_calc_pll
686
/* M =
f_out
/ f_ref * ((N + 1) * IGS_SCALE(P)); */
694
f_out
= IGS_CLOCK(M,N,P);
695
err = target -
f_out
;
/src/sys/arch/sgimips/dev/
crmfb.c
1698
calc_pll(int
f_out
)
1707
/*
f_out
= M * f_in / (N * (1 << P) */
1712
M =
f_out
* div / f_in;
1716
error = abs(ff1 -
f_out
);
1724
error = abs(ff2 -
f_out
);
1735
DPRINTF("%d: M %d N %d P %d -> %d\n",
f_out
, MM, NN, PP, ff);
/src/sys/dev/pci/
voodoofb.c
1353
voodoofb_calc_pll(int freq, int *
f_out
, int isBanshee)
1399
*
f_out
= REFFREQ * (n + 2) / (m + 2) / (1 << k);
Completed in 17 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025