Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nvidia/tegra/drivers/bpmp_ipc/
H A Divc.c120 static inline uint32_t ivc_channel_avail_count(const struct ivc *ivc, in ivc_channel_avail_count() function
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()
365 if (ivc_channel_avail_count(ivc, ivc->tx_channel) == 1U) { in tegra_ivc_write()
408 if (ivc_channel_avail_count(ivc, ivc->tx_channel) == (uint32_t)1U) { in tegra_ivc_write_advance()