Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/tegra-video/
H A Dcsi.h19 #define CSI_PORTS_PER_BRICK 2 macro
H A Dtegra210.c847 offset = (portno % CSI_PORTS_PER_BRICK) * TEGRA210_CSI_PORT_OFFSET; in pp_write()
858 offset = (portno % CSI_PORTS_PER_BRICK) * TEGRA210_CSI_PORT_OFFSET; in pp_read()
871 offset = (portno % CSI_PORTS_PER_BRICK) * TEGRA210_CSI_PORT_OFFSET; in cil_write()
883 offset = (portno % CSI_PORTS_PER_BRICK) * TEGRA210_CSI_PORT_OFFSET; in cil_read()
896 offset = (portno % CSI_PORTS_PER_BRICK) * TEGRA210_CSI_PORT_OFFSET + in tpg_write()
H A Dcsi.c477 chan->csi_port_nums[i] = port_num + i * CSI_PORTS_PER_BRICK; in tegra_csi_channel_alloc()
H A Dvi.c1226 chan->portnos[i] = chan->portnos[0] + i * CSI_PORTS_PER_BRICK; in tegra_vi_channel_alloc()