Searched refs:vi_csi_write (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/staging/media/tegra-video/ |
D | tegra210.c | 159 static void vi_csi_write(struct tegra_vi_channel *chan, u8 portno, in vi_csi_write() function 292 vi_csi_write(chan, portno, TEGRA_VI_CSI_ERROR_STATUS, 0xffffffff); in tegra_channel_capture_setup() 293 vi_csi_write(chan, portno, TEGRA_VI_CSI_IMAGE_DEF, in tegra_channel_capture_setup() 297 vi_csi_write(chan, portno, TEGRA_VI_CSI_IMAGE_DT, data_type); in tegra_channel_capture_setup() 298 vi_csi_write(chan, portno, TEGRA_VI_CSI_IMAGE_SIZE_WC, word_count); in tegra_channel_capture_setup() 299 vi_csi_write(chan, portno, TEGRA_VI_CSI_IMAGE_SIZE, in tegra_channel_capture_setup() 313 vi_csi_write(chan, portno, TEGRA_VI_CSI_SW_RESET, 0xf); in tegra_channel_vi_soft_reset() 315 vi_csi_write(chan, portno, TEGRA_VI_CSI_SW_RESET, 0x0); in tegra_channel_vi_soft_reset() 336 vi_csi_write(chan, portno, TEGRA_VI_CSI_ERROR_STATUS, val); in tegra_channel_capture_error_recover() 392 vi_csi_write(chan, portno, TEGRA_VI_CSI_SURFACE0_OFFSET_MSB, in tegra_channel_vi_buffer_setup() [all …]
|