Home
last modified time | relevance | path

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

/u-boot/drivers/i2c/
A Dstm32f7_i2c.c124 #define STM32_NSEC_PER_SEC 1000000000L macro
515 u32 i2cclk = DIV_ROUND_CLOSEST(STM32_NSEC_PER_SEC, in stm32_i2c_compute_solutions()
590 u32 i2cbus = DIV_ROUND_CLOSEST(STM32_NSEC_PER_SEC, in stm32_i2c_choose_solution()
593 u32 i2cclk = DIV_ROUND_CLOSEST(STM32_NSEC_PER_SEC, in stm32_i2c_choose_solution()
608 clk_max = STM32_NSEC_PER_SEC / specs->rate_min; in stm32_i2c_choose_solution()
609 clk_min = STM32_NSEC_PER_SEC / specs->rate_max; in stm32_i2c_choose_solution()

Completed in 5 milliseconds