Home
last modified time | relevance | path

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

/openbmc/linux/include/soc/tegra/
H A Divc.h95 unsigned tegra_ivc_total_queue_size(unsigned queue_size);
/openbmc/linux/drivers/firmware/tegra/
H A Divc.c562 unsigned tegra_ivc_total_queue_size(unsigned queue_size) in tegra_ivc_total_queue_size() function
572 EXPORT_SYMBOL(tegra_ivc_total_queue_size);
670 queue_size = tegra_ivc_total_queue_size(num_frames * frame_size); in tegra_ivc_init()
712 size_t size = tegra_ivc_total_queue_size(ivc->num_frames * in tegra_ivc_cleanup()
H A Dbpmp-tegra186.c123 queue_size = tegra_ivc_total_queue_size(message_size); in tegra186_bpmp_channel_init()