Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/media/tegra-video/
Dcsi.h20 #define CSI_LANES_PER_BRICK 4 macro
Dcsi.c425 if (lanes <= CSI_LANES_PER_BRICK) { in tegra_csi_channel_alloc()
429 chan->numlanes = CSI_LANES_PER_BRICK; in tegra_csi_channel_alloc()
430 chan->numgangports = lanes / CSI_LANES_PER_BRICK; in tegra_csi_channel_alloc()
524 (lanes > CSI_LANES_PER_BRICK && ((portno & 1) != 0))) { in tegra_csi_channels_alloc()
Dvi.c1316 if (lanes <= CSI_LANES_PER_BRICK) in tegra_vi_channel_alloc()
1319 chan->totalports = lanes / CSI_LANES_PER_BRICK; in tegra_vi_channel_alloc()