Home
last modified time | relevance | path

Searched refs:frame_size (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/plat/nvidia/tegra/drivers/bpmp_ipc/
H A Divc.c215 uint32_t frame_size, uint32_t frame_offset) in calc_frame_offset() argument
217 return ((uintptr_t)frame_index * (uintptr_t)frame_size) + in calc_frame_offset()
227 calc_frame_offset(frame, ivc->frame_size, 0)); in ivc_frame_pointer()
239 if (max_read > ivc->frame_size) { in tegra_ivc_read()
333 if (size > ivc->frame_size) { in tegra_ivc_write()
344 (void)memset(p, 0, ivc->frame_size); in tegra_ivc_write()
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()
594 if ((frame_size & (IVC_ALIGN - 1U)) != 0U) { in check_ivc_params()
596 frame_size); in check_ivc_params()
[all …]
H A Divc.h27 uint32_t frame_size; member
34 uint32_t nframes, uint32_t frame_size,
H A Dintf.c222 uint32_t frame_size, timeout; in tegra_bpmp_ipc_init() local
243 frame_size = (uint32_t)tegra_ivc_total_queue_size(msg_size); in tegra_bpmp_ipc_init()
244 if (frame_size > TEGRA_BPMP_IPC_CH_MAP_SIZE) { in tegra_bpmp_ipc_init()
252 1U, frame_size, tegra_bpmp_ivc_notify); in tegra_bpmp_ipc_init()