Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/atmel/
H A Datmel-sama5d2-isc.c112 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in isc_parse_dt()
115 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in isc_parse_dt()
118 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in isc_parse_dt()
121 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in isc_parse_dt()
H A Datmel-isc.h46 u32 pfe_cfg0; member
H A Datmel-isc-base.c754 u32 pfe_cfg0, rlp_mode, dcfg, mask, pipeline; in isc_configure() local
757 pfe_cfg0 = isc->config.sd_format->pfe_cfg0_bps; in isc_configure()
764 pfe_cfg0 |= subdev->pfe_cfg0 | ISC_PFE_CFG0_MODE_PROGRESSIVE; in isc_configure()
770 regmap_update_bits(regmap, ISC_PFE_CFG0, mask, pfe_cfg0); in isc_configure()