Searched refs:frame_size (Results 1 – 2 of 2) sorted by relevance
97 (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() argument497 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() argument542 ret = check_ivc_params(rx_base, tx_base, nframes, frame_size); in tegra_ivc_init()[all …]
73 uint32_t frame_size; member173 uint32_t nframes, uint32_t frame_size,
Completed in 4 milliseconds