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

/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndarm_ca9.c54 static struct arm_pll arm_pll_table[] = { variable in typeref:struct:arm_pll
179 for (idx = 0; arm_pll_table[idx].clk != 0; idx++) {
180 if ((arm_pll_table[idx].flag & platform_flag) == 0)
181 arm_pll_table[idx].clk = 0;
219 for (idx = 0; arm_pll_table[idx].clk != 0; idx++) {
220 if (armclock <= arm_pll_table[idx].clk)
223 if (arm_pll_table[idx].clk == 0) {
227 val = arm_pll_table[idx].reg_val;

Completed in 80 milliseconds