Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arm/mach-tegra/
H A Divc.c483 static int check_ivc_params(ulong qbase1, ulong qbase2, uint32_t nframes, in check_ivc_params() argument
505 (qbase2 & (TEGRA_IVC_ALIGN - 1))) { in check_ivc_params()
515 if (qbase1 < qbase2) { in check_ivc_params()
516 if (qbase1 + frame_size * nframes > qbase2) in check_ivc_params()
519 if (qbase2 + frame_size * nframes > qbase1) in check_ivc_params()