Home
last modified time | relevance | path

Searched defs:stm32mp1_clk_pll (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/arm-trusted-firmware/drivers/st/clk/
H A Dstm32mp1_clk.c257 struct stm32mp1_clk_pll { struct
258 enum stm32mp1_plltype plltype;
259 uint16_t rckxselr;
260 uint16_t pllxcfgr1;
261 uint16_t pllxcfgr2;
262 uint16_t pllxfracr;
263 uint16_t pllxcr;
264 uint16_t pllxcsgr;
265 enum stm32mp_osc_id refclk[REFCLK_SIZE];
545 static const struct stm32mp1_clk_pll stm32mp1_clk_pll[_PLL_NB] = { variable
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/st/clk/
Dstm32mp1_clk.c256 struct stm32mp1_clk_pll { struct
257 enum stm32mp1_plltype plltype;
258 uint16_t rckxselr;
259 uint16_t pllxcfgr1;
260 uint16_t pllxcfgr2;
261 uint16_t pllxfracr;
262 uint16_t pllxcr;
263 uint16_t pllxcsgr;
264 enum stm32mp_osc_id refclk[REFCLK_SIZE];
559 static const struct stm32mp1_clk_pll stm32mp1_clk_pll[_PLL_NB] = { variable