Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/tegra-video/
Dtegra210.c152 static void vi_csi_write(struct tegra_vi_channel *chan, u8 portno, in vi_csi_write() function
207 vi_csi_write(chan, portno, TEGRA_VI_CSI_ERROR_STATUS, 0xffffffff); in tegra_channel_capture_setup()
208 vi_csi_write(chan, portno, TEGRA_VI_CSI_IMAGE_DEF, in tegra_channel_capture_setup()
212 vi_csi_write(chan, portno, TEGRA_VI_CSI_IMAGE_DT, data_type); in tegra_channel_capture_setup()
213 vi_csi_write(chan, portno, TEGRA_VI_CSI_IMAGE_SIZE_WC, word_count); in tegra_channel_capture_setup()
214 vi_csi_write(chan, portno, TEGRA_VI_CSI_IMAGE_SIZE, in tegra_channel_capture_setup()
228 vi_csi_write(chan, portno, TEGRA_VI_CSI_SW_RESET, 0xf); in tegra_channel_vi_soft_reset()
230 vi_csi_write(chan, portno, TEGRA_VI_CSI_SW_RESET, 0x0); in tegra_channel_vi_soft_reset()
251 vi_csi_write(chan, portno, TEGRA_VI_CSI_ERROR_STATUS, val); in tegra_channel_capture_error_recover()
307 vi_csi_write(chan, portno, TEGRA_VI_CSI_SURFACE0_OFFSET_MSB, in tegra_channel_vi_buffer_setup()
[all …]