Home
last modified time | relevance | path

Searched refs:lsedrv (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp1_clk.c1586 static void stm32mp1_lse_enable(bool bypass, bool digbyp, uint32_t lsedrv) in stm32mp1_lse_enable() argument
1611 while (value != lsedrv) { in stm32mp1_lse_enable()
1612 if (value > lsedrv) { in stm32mp1_lse_enable()
2222 uint32_t lsedrv; in stm32mp1_clk_init() local
2227 lsedrv = fdt_clk_read_uint32_default(name, "st,drive", in stm32mp1_clk_init()
2229 stm32mp1_lse_enable(bypass, digbyp, lsedrv); in stm32mp1_clk_init()
H A Dclk-stm32mp2.c758 uint8_t lsedrv) in clk_oscillator_set_drive() argument
781 while (value != lsedrv) { in clk_oscillator_set_drive()
782 if (value > lsedrv) { in clk_oscillator_set_drive()
H A Dclk-stm32mp13.c966 uint8_t lsedrv) in clk_oscillator_set_drive() argument
989 while (value != lsedrv) { in clk_oscillator_set_drive()
990 if (value > lsedrv) { in clk_oscillator_set_drive()