Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/arch-omap5/
H A Dsys_proto.h79 static inline u32 div_round_up(u32 num, u32 den) in div_round_up() function
86 return div_round_up(32768 * usec, 1000000); in usec_to_32k()