Searched refs:nframes (Results 1 – 2 of 2) sorted by relevance
94 BUG_ON(frame >= ivc->nframes); in tegra_ivc_frame_addr()144 if (w_count - r_count > ivc->nframes) in tegra_ivc_channel_empty()158 ivc->nframes; in tegra_ivc_channel_full()166 if (ivc->r_pos == ivc->nframes - 1) in tegra_ivc_advance_rx()177 if (ivc->w_pos == ivc->nframes - 1) in tegra_ivc_advance_tx()284 ivc->nframes - 1) in tegra_ivc_read_advance()497 if ((uint64_t)nframes * (uint64_t)frame_size >= 0x100000000) { 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[all …]
69 uint32_t nframes; member173 uint32_t nframes, uint32_t frame_size,
Completed in 10 milliseconds