Searched refs:frame_size (Results 1 – 3 of 3) sorted by relevance
/arm-trusted-firmware-2.8.0/plat/nvidia/tegra/drivers/bpmp_ipc/ |
A D | ivc.c | 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 596 frame_size); in check_ivc_params() 603 queue_base1, frame_size, in check_ivc_params() 604 frame_size * nframes); in check_ivc_params() 610 queue_base2, frame_size, in check_ivc_params() 611 frame_size * nframes); in check_ivc_params() 639 if (frame_size > (1u << 31)) { in tegra_ivc_init() [all …]
|
A D | ivc.h | 27 uint32_t frame_size; member 34 uint32_t nframes, uint32_t frame_size,
|
A D | intf.c | 222 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()
|
Completed in 6 milliseconds