Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/nvidia/tegra/drivers/bpmp_ipc/
H A Divc.c141 if (ivc->w_pos == (ivc->nframes - (uint32_t)1U)) { in ivc_advance_tx()
142 ivc->w_pos = 0U; in ivc_advance_tx()
144 ivc->w_pos++; in ivc_advance_tx()
342 p = ivc_frame_pointer(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write()
379 return ivc_frame_pointer(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write_get_next_frame()
462 ivc->w_pos = 0U; in tegra_ivc_channel_notified()
498 ivc->w_pos = 0U; in tegra_ivc_channel_notified()
648 ivc->w_pos = 0U; in tegra_ivc_init()
H A Divc.h23 uint32_t w_pos; member