Home
last modified time | relevance | path

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

/u-boot/arch/arm/mach-tegra/
A Divc.c93 BUG_ON(frame >= ivc->nframes); in tegra_ivc_frame_addr()
143 if (w_count - r_count > ivc->nframes) in tegra_ivc_channel_empty()
157 ivc->nframes; in tegra_ivc_channel_full()
165 if (ivc->r_pos == ivc->nframes - 1) in tegra_ivc_advance_rx()
176 if (ivc->w_pos == ivc->nframes - 1) in tegra_ivc_advance_tx()
283 ivc->nframes - 1) in tegra_ivc_read_advance()
496 if ((uint64_t)nframes * (uint64_t)frame_size >= 0x100000000) { in check_ivc_params()
517 if (qbase1 + frame_size * nframes > qbase2) in check_ivc_params()
520 if (qbase2 + frame_size * nframes > qbase1) in check_ivc_params()
533 uint32_t nframes, uint32_t frame_size, in tegra_ivc_init() argument
[all …]
/u-boot/arch/arm/include/asm/arch-tegra/
A Divc.h69 uint32_t nframes; member
173 uint32_t nframes, uint32_t frame_size,

Completed in 4 milliseconds