Searched refs:lsedrv (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/drivers/st/clk/ |
| H A D | clk-stm32-core.c | 108 void clk_oscillator_set_drive(struct stm32_clk_priv *priv, int id, uint8_t lsedrv) in clk_oscillator_set_drive() argument 131 while (value != lsedrv) { in clk_oscillator_set_drive() 132 if (value > lsedrv) { in clk_oscillator_set_drive()
|
| H A D | stm32mp1_clk.c | 1577 static void stm32mp1_lse_enable(bool bypass, bool digbyp, uint32_t lsedrv) in stm32mp1_lse_enable() argument 1602 while (value != lsedrv) { in stm32mp1_lse_enable() 1603 if (value > lsedrv) { in stm32mp1_lse_enable() 2213 uint32_t lsedrv; in stm32mp1_clk_init() local 2218 lsedrv = fdt_clk_read_uint32_default(name, "st,drive", in stm32mp1_clk_init() 2220 stm32mp1_lse_enable(bypass, digbyp, lsedrv); in stm32mp1_clk_init()
|
| H A D | clk-stm32-core.h | 156 void clk_oscillator_set_drive(struct stm32_clk_priv *priv, int id, uint8_t lsedrv);
|