Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-tegra/
Divc.c175 if (ivc->w_pos == ivc->nframes - 1) in tegra_ivc_advance_tx()
176 ivc->w_pos = 0; in tegra_ivc_advance_tx()
178 ivc->w_pos++; in tegra_ivc_advance_tx()
294 *frame = tegra_ivc_frame_pointer(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write_get_next_frame()
308 tegra_ivc_flush_frame(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write_advance()
377 ivc->w_pos = 0; in tegra_ivc_channel_notified()
414 ivc->w_pos = 0; in tegra_ivc_channel_notified()
546 ivc->w_pos = 0; in tegra_ivc_init()
/external/arm-trusted-firmware/plat/nvidia/tegra/common/drivers/bpmp_ipc/
Divc.c140 if (ivc->w_pos == (ivc->nframes - (uint32_t)1U)) { in ivc_advance_tx()
141 ivc->w_pos = 0U; in ivc_advance_tx()
143 ivc->w_pos++; in ivc_advance_tx()
341 p = ivc_frame_pointer(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write()
378 return ivc_frame_pointer(ivc, ivc->tx_channel, ivc->w_pos); in tegra_ivc_write_get_next_frame()
461 ivc->w_pos = 0U; in tegra_ivc_channel_notified()
497 ivc->w_pos = 0U; in tegra_ivc_channel_notified()
647 ivc->w_pos = 0U; in tegra_ivc_init()
Divc.h27 uint32_t w_pos; member
/external/u-boot/arch/arm/include/asm/arch-tegra/
Divc.h66 uint32_t w_pos; member