Searched refs:den_limit (Results 1 - 4 of 4) sorted by relevance

/u-boot/arch/arm/include/asm/arch-omap4/
H A Dsys_proto.h56 void cancel_out(u32 *num, u32 *den, u32 den_limit);
/u-boot/arch/arm/include/asm/arch-omap3/
H A Dsys_proto.h58 void cancel_out(u32 *num, u32 *den, u32 den_limit);
/u-boot/arch/arm/mach-omap2/
H A Dutils.c159 void cancel_out(u32 *num, u32 *den, u32 den_limit) argument
168 while ((*den) > den_limit) {
/u-boot/arch/arm/include/asm/arch-omap5/
H A Dsys_proto.h62 void cancel_out(u32 *num, u32 *den, u32 den_limit);

Completed in 835 milliseconds