Home
last modified time | relevance | path

Searched refs:plld (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/drivers/ti/clk/include/
H A Dti_clk_pll.h48 uint8_t plld; member
144 bool (*plld_valid)(struct ti_clk *clkp, uint32_t plld);
187 int32_t (*bin)(struct ti_clk *clkp, uint32_t plld, uint32_t pllm,
205 uint32_t (*bin_next_pllm)(struct ti_clk *clkp, uint32_t plld,
223 uint32_t (*bin_prev_pllm)(struct ti_clk *clkp, uint32_t plld,
268 uint32_t *plld, uint32_t *pllm, uint32_t *pllfm,
/rk3399_ARM-atf/drivers/ti/clk/
H A Dti_pll.c52 uint32_t *plld; member
97 clkod_plld = entry->plld * entry->clkod; in ti_pll_consider_entry()
169 *data->plld = entry->plld; in ti_pll_consider_entry()
384 *data->plld = data->curr_plld; in ti_pll_consider()
904 uint32_t plld; in ti_pll_internal_calc() local
966 for (plld = lowest_plld; plld <= highest_plld; plld++) { in ti_pll_internal_calc()
971 consider_data->curr_plld = plld; in ti_pll_internal_calc()
983 consider_data->clkod_plld += clkod * plld; in ti_pll_internal_calc()
986 !data->plld_valid(clkp, plld)) { in ti_pll_internal_calc()
1130 uint32_t * const plld, uint32_t * const pllm, uint32_t * const pllfm, in ti_pll_calc() argument
[all …]
H A Dti_clk_pll_16fft.c134 uint32_t plld __unused, in ti_pll_16fft_bin()
509 uint32_t plld; in ti_clk_pll_16fft_get_freq_internal() local
525 plld = div_ctrl & PLL_16FFT_DIV_CTRL_REF_DIV_MASK; in ti_clk_pll_16fft_get_freq_internal()
526 plld >>= PLL_16FFT_DIV_CTRL_REF_DIV_SHIFT; in ti_clk_pll_16fft_get_freq_internal()
528 clkod_plld = clkod * plld; in ti_clk_pll_16fft_get_freq_internal()
575 uint32_t plld, in ti_clk_pll_16fft_program_freq() argument
614 div_ctrl |= (uint32_t)(plld << PLL_16FFT_DIV_CTRL_REF_DIV_SHIFT); in ti_clk_pll_16fft_program_freq()
721 uint32_t plld = 0U; in ti_pll_16fft_set_freq() local
758 &plld, &pllm, &pllfm, &clkod); in ti_pll_16fft_set_freq()
762 if ((plld == prev_plld) && (pllm == prev_pllm) && (clkod == prev_clkod) && in ti_pll_16fft_set_freq()
[all …]
/rk3399_ARM-atf/plat/ti/k3low/common/pm/
H A Dti_clocks.c167 .plld = 1U,
175 .plld = 1U,
183 .plld = 1U,
191 .plld = 1U,
199 .plld = 1U,
207 .plld = 1U,
215 .plld = 1U,
223 .plld = 1U,
231 .plld = 1U,
239 .plld = 1U,
[all …]