OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fab_freq
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/arm/marvell/
armadaxp.c
843
uint8_t cpu_freq,
fab_freq
;
local in function:armada370_getclks
852
fab_freq
= EXTRACT_370_FAB_FREQ_FIELD(sar);
860
if (
fab_freq
>= __arraycount(freq_conf_table))
862
"%d",
fab_freq
);
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 /
873
freq_conf_table[
fab_freq
].vco_l2c) >= 5)
Completed in 77 milliseconds
Indexes created Mon Oct 13 15:10:03 GMT 2025