Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/nvidia/tegra/drivers/bpmp_ipc/
Divc.c98 if (((wr_count - rd_count) > ivc->nframes) || (wr_count == rd_count)) { in ivc_channel_empty()
117 return ((wr_count - rd_count) >= ivc->nframes); in ivc_channel_full()
141 if (ivc->w_pos == (ivc->nframes - (uint32_t)1U)) { in ivc_advance_tx()
152 if (ivc->r_pos == (ivc->nframes - (uint32_t)1U)) { in ivc_advance_rx()
225 assert(frame < ivc->nframes); in ivc_frame_pointer()
270 if (ivc_channel_avail_count(ivc, ivc->rx_channel) == (ivc->nframes - (uint32_t)1U)) { in tegra_ivc_read()
317 if (ivc_channel_avail_count(ivc, ivc->rx_channel) == (ivc->nframes - (uint32_t)1U)) { in tegra_ivc_read_advance()
568 uint32_t nframes, uint32_t frame_size) in check_ivc_params() argument
576 if (((uint64_t)nframes * (uint64_t)frame_size) >= 0x100000000ULL) { in check_ivc_params()
601 if ((queue_base1 + ((uint64_t)frame_size * nframes)) > queue_base2) { in check_ivc_params()
[all …]
Divc.h26 uint32_t nframes; member
34 uint32_t nframes, uint32_t frame_size,