Lines Matching refs:config
199 * ccp2_phyif_config - Initialize CCP2 phy interface config
279 * @config: Pointer to ISP LCx config structure.
281 * This will analyze the parameters passed by the interface config
286 struct isp_interface_lcx_config *config)
291 switch (config->format) {
308 config->crc);
315 config->crc);
323 isp_reg_writel(isp, config->data_start << ISPCCP2_LCx_DAT_SHIFT,
327 isp_reg_writel(isp, config->data_size << ISPCCP2_LCx_DAT_SHIFT,
426 * @config: Pointer to ISP mem interface config structure
428 * This will analyze the parameters passed by the interface config
433 struct isp_interface_mem_config *config)
449 (config->hsize_count << ISPCCP2_LCM_HSIZE_SHIFT),
453 isp_reg_writel(isp, config->vsize_count << ISPCCP2_LCM_VSIZE_SHIFT,
457 config->src_ofst = 0;
459 config->src_ofst = ccp2->video_in.bpl_value;
461 isp_reg_writel(isp, config->src_ofst, OMAP3_ISP_IOMEM_CCP2,
494 config->hsize_count) >> 3;
497 config->hsize_count) >> 2;