Home
last modified time | relevance | path

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

/linux/drivers/media/platform/microchip/
H A Dmicrochip-sama7g5-isc.c371 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in xisc_parse_dt()
374 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in xisc_parse_dt()
377 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in xisc_parse_dt()
380 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in xisc_parse_dt()
384 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_MIPI; in xisc_parse_dt()
H A Dmicrochip-sama5d2-isc.c385 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in isc_parse_dt()
388 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in isc_parse_dt()
391 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in isc_parse_dt()
394 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in isc_parse_dt()
H A Dmicrochip-isc.h51 u32 pfe_cfg0; member
H A Dmicrochip-isc-base.c290 u32 pfe_cfg0, dcfg, mask, pipeline; in isc_configure() local
293 pfe_cfg0 = isc->config.sd_format->pfe_cfg0_bps; in isc_configure()
298 pfe_cfg0 |= subdev->pfe_cfg0 | ISC_PFE_CFG0_MODE_PROGRESSIVE; in isc_configure()
304 regmap_update_bits(regmap, ISC_PFE_CFG0, mask, pfe_cfg0); in isc_configure()
/linux/drivers/staging/media/deprecated/atmel/
H A Datmel-isc.h51 u32 pfe_cfg0; member