Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_fmc.c386 uint32_t clk_div = SHIFT_U32(1, _FMC_CFGR_CLKDIV_SHIFT); in configure_fmc() local
392 clk_div = _FMC_CFGR_CLKDIV_MASK; in configure_fmc()
394 clk_div = SHIFT_U32(timing, in configure_fmc()
400 clk_div | _FMC_CFGR_CCLKEN); in configure_fmc()
H A Dstm32_tamp.c1727 uint32_t clk_div = 32768; in stm32_tamp_parse_passive_conf() local
1740 clk_div = fdt32_to_cpu(*cuint); in stm32_tamp_parse_passive_conf()
1743 ", clk_div=%"PRIu32, precharge, nb_sample, clk_div); in stm32_tamp_parse_passive_conf()
1798 switch (clk_div) { in stm32_tamp_parse_passive_conf()
1951 uint32_t clk_div = 1; in stm32_tamp_parse_active_conf() local
1964 clk_div = fdt32_to_cpu(*cuint); in stm32_tamp_parse_active_conf()
1967 (conf & _TAMP_ATCR1_FLTEN) ? "filter" : "no filter", clk_div); in stm32_tamp_parse_active_conf()
1969 switch (clk_div) { in stm32_tamp_parse_active_conf()