Searched refs:TEGRA_VI_CSI_ERROR_STATUS (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/staging/media/tegra-video/ |
H A D | tegra210.c | 62 #define TEGRA_VI_CSI_ERROR_STATUS 0x084 macro 292 vi_csi_write(chan, portno, TEGRA_VI_CSI_ERROR_STATUS, 0xffffffff); in tegra_channel_capture_setup() 334 val = vi_csi_read(chan, portno, TEGRA_VI_CSI_ERROR_STATUS); in tegra_channel_capture_error_recover() 336 vi_csi_write(chan, portno, TEGRA_VI_CSI_ERROR_STATUS, val); in tegra_channel_capture_error_recover() 641 val = vi_csi_read(chan, portnos[i], TEGRA_VI_CSI_ERROR_STATUS); in tegra210_vi_start_streaming() 642 vi_csi_write(chan, portnos[i], TEGRA_VI_CSI_ERROR_STATUS, val); in tegra210_vi_start_streaming()
|