Searched refs:pfe_cfg0 (Results 1 – 4 of 4) sorted by relevance
352 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in xisc_parse_dt()355 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in xisc_parse_dt()358 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in xisc_parse_dt()361 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in xisc_parse_dt()365 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_MIPI; in xisc_parse_dt()
362 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in isc_parse_dt()365 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in isc_parse_dt()368 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in isc_parse_dt()371 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in isc_parse_dt()
44 u32 pfe_cfg0; member
590 u32 pfe_cfg0, dcfg, mask, pipeline; in isc_configure() local593 pfe_cfg0 = isc->config.sd_format->pfe_cfg0_bps; in isc_configure()598 pfe_cfg0 |= subdev->pfe_cfg0 | ISC_PFE_CFG0_MODE_PROGRESSIVE; in isc_configure()604 regmap_update_bits(regmap, ISC_PFE_CFG0, mask, pfe_cfg0); in isc_configure()
Completed in 11 milliseconds