Searched refs:p_hw_config (Results 1 – 1 of 1) sorted by relevance
79 static void ConfigHwPll(scm_pll_config_t *p_hw_config);316 static void ConfigHwPll(scm_pll_config_t *p_hw_config) in ConfigHwPll() argument321 if(p_hw_config->pll_mode == PLL_FRACTIONAL_MODE) in ConfigHwPll()323 scm_pll_fractional_update(p_hw_config->PLLFractional); in ConfigHwPll()334 freq_vco_in = 32000000UL/p_hw_config->PLLM; in ConfigHwPll()346 p_hw_config->PLLM, in ConfigHwPll()347 p_hw_config->PLLN, in ConfigHwPll()348 p_hw_config->PLLP, in ConfigHwPll()349 p_hw_config->PLLQ, in ConfigHwPll()350 p_hw_config->PLLR in ConfigHwPll()[all …]