Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/st/clk/
H A Dstm32mp_clkfunc.c356 uint32_t cntfid0; in stm32mp_stgen_config() local
359 cntfid0 = mmio_read_32(STGEN_BASE + CNTFID_OFF); in stm32mp_stgen_config()
361 if (cntfid0 == rate) { in stm32mp_stgen_config()
367 if (cntfid0 != 0U) { in stm32mp_stgen_config()
368 counter = stm32mp_stgen_get_counter() * rate / cntfid0; in stm32mp_stgen_config()