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

/u-boot/arch/arm/mach-tegra/
H A Divc.c485 static int check_ivc_params(ulong qbase1, ulong qbase2, uint32_t nframes, argument
507 (qbase2 & (TEGRA_IVC_ALIGN - 1))) {
517 if (qbase1 < qbase2) {
518 if (qbase1 + frame_size * nframes > qbase2)
521 if (qbase2 + frame_size * nframes > qbase1)

Completed in 143 milliseconds