OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:freq_conf_table
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/marvell/
armadaxp.c
428
static struct vco_freq_ratio
freq_conf_table
[] = {
variable in typeref:struct:vco_freq_ratio[]
817
if (sar_fab_freq >= __arraycount(
freq_conf_table
))
823
freq_conf_table
[sar_fab_freq].vco_cpu;
826
mvSysclk = mvPclk /
freq_conf_table
[sar_fab_freq].vco_l2c;
829
if (((mvPclk %
freq_conf_table
[sar_fab_freq].vco_l2c) * 10 /
830
freq_conf_table
[sar_fab_freq].vco_l2c) >= 5)
860
if (fab_freq >= __arraycount(
freq_conf_table
))
866
freq_conf_table
[fab_freq].vco_cpu;
869
mvSysclk = mvPclk /
freq_conf_table
[fab_freq].vco_l2c;
872
if (((mvPclk %
freq_conf_table
[fab_freq].vco_l2c) * 10
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025