Lines Matching refs:frame_size
95 (ivc->frame_size * frame); in tegra_ivc_frame_addr()
110 invalidate_dcache_range(base, base + ivc->frame_size); in tegra_ivc_invalidate_frame()
118 flush_dcache_range(base, base + ivc->frame_size); in tegra_ivc_flush_frame()
484 uint32_t frame_size) in check_ivc_params() argument
495 if ((uint64_t)nframes * (uint64_t)frame_size >= 0x100000000) { in check_ivc_params()
510 if (frame_size & (TEGRA_IVC_ALIGN - 1)) { 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()
532 uint32_t nframes, uint32_t frame_size, in tegra_ivc_init() argument
540 ret = check_ivc_params(rx_base, tx_base, nframes, frame_size); in tegra_ivc_init()
549 ivc->frame_size = frame_size; in tegra_ivc_init()