Lines Matching defs:csicfg
331 static int fill_csi_bus_cfg(struct ipu_csi_bus_config *csicfg,
337 memset(csicfg, 0, sizeof(*csicfg));
339 ret = mbus_code_to_bus_cfg(csicfg, mbus_fmt->code, mbus_cfg->type);
345 csicfg->ext_vsync = 1;
346 csicfg->vsync_pol = (mbus_cfg->flags &
348 csicfg->hsync_pol = (mbus_cfg->flags &
350 csicfg->pixclk_pol = (mbus_cfg->flags &
352 csicfg->clk_mode = IPU_CSI_CLK_MODE_GATED_CLK;
355 csicfg->ext_vsync = 0;
358 csicfg->clk_mode = IPU_CSI_CLK_MODE_CCIR656_INTERLACED;
360 csicfg->clk_mode = IPU_CSI_CLK_MODE_CCIR656_PROGRESSIVE;
367 csicfg->clk_mode = IPU_CSI_CLK_MODE_NONGATED_CLK;