Home
last modified time | relevance | path

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

/external/arm-trusted-firmware/plat/nvidia/tegra/drivers/bpmp_ipc/
Divc.c139 ivc->tx_channel->w_count++; in ivc_advance_tx()
169 if (ivc->tx_channel->state != ivc_state_established) { in ivc_check_read()
188 if (ivc->tx_channel->state != ivc_state_established) { in ivc_check_write()
192 if (!ivc_channel_full(ivc, ivc->tx_channel)) { in ivc_check_write()
196 return ivc_channel_full(ivc, ivc->tx_channel) ? -ENOMEM : 0; in ivc_check_write()
211 return ivc_channel_empty(ivc, ivc->tx_channel); in tegra_ivc_tx_empty()
342 p = ivc_frame_pointer(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write()
365 if (ivc_channel_avail_count(ivc, ivc->tx_channel) == 1U) { in tegra_ivc_write()
379 return ivc_frame_pointer(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write_get_next_frame()
408 if (ivc_channel_avail_count(ivc, ivc->tx_channel) == (uint32_t)1U) { in tegra_ivc_write_advance()
[all …]
Divc.h22 struct ivc_channel_header *tx_channel; member