Home
last modified time | relevance | path

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

/arch/arm/mach-tegra/
A Divc.c97 (ivc->frame_size * frame); in tegra_ivc_frame_addr()
112 invalidate_dcache_range(base, base + ivc->frame_size); in tegra_ivc_invalidate_frame()
120 flush_dcache_range(base, base + ivc->frame_size); in tegra_ivc_flush_frame()
486 uint32_t frame_size) in check_ivc_params() argument
497 if ((uint64_t)nframes * (uint64_t)frame_size >= 0x100000000) { in check_ivc_params()
512 if (frame_size & (TEGRA_IVC_ALIGN - 1)) { in check_ivc_params()
518 if (qbase1 + frame_size * nframes > qbase2) in check_ivc_params()
521 if (qbase2 + frame_size * nframes > qbase1) in check_ivc_params()
534 uint32_t nframes, uint32_t frame_size, in tegra_ivc_init() argument
542 ret = check_ivc_params(rx_base, tx_base, nframes, frame_size); in tegra_ivc_init()
[all …]
/arch/arm/include/asm/arch-tegra/
A Divc.h73 uint32_t frame_size; member
173 uint32_t nframes, uint32_t frame_size,

Completed in 4 milliseconds