Home
last modified time | relevance | path

Searched refs:plltype (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/st/clk/
H A Dclk-stm32mp13.c861 enum stm32mp1_plltype plltype; member
1189 .plltype = (_type),\
1206 if ((refclk < (stm32mp1_pll[pll->plltype].refclk_min * 1000000U)) || in clk_stm32_pll_compute_cfgr1()
1207 (refclk > (stm32mp1_pll[pll->plltype].refclk_max * 1000000U))) { in clk_stm32_pll_compute_cfgr1()
1213 if ((pll->plltype == PLL_800) && (refclk >= 8000000U)) { in clk_stm32_pll_compute_cfgr1()
1679 .plltype = (_type),\
H A Dstm32mp1_clk.c498 enum stm32mp1_plltype plltype; member
570 .plltype = (type), \
1732 enum stm32mp1_plltype type = pll->plltype; in stm32mp1_check_pll_conf()
1875 enum stm32mp1_plltype type = pll->plltype; in stm32mp1_pll_config()