Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/deprecated/atmel/
Datmel-sama7g5-isc.c355 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in xisc_parse_dt()
358 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in xisc_parse_dt()
361 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in xisc_parse_dt()
364 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in xisc_parse_dt()
368 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_MIPI; in xisc_parse_dt()
Datmel-sama5d2-isc.c369 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in isc_parse_dt()
372 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in isc_parse_dt()
375 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in isc_parse_dt()
378 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in isc_parse_dt()
Datmel-isc.h51 u32 pfe_cfg0; member
Datmel-isc-base.c300 u32 pfe_cfg0, dcfg, mask, pipeline; in isc_configure() local
303 pfe_cfg0 = isc->config.sd_format->pfe_cfg0_bps; in isc_configure()
308 pfe_cfg0 |= subdev->pfe_cfg0 | ISC_PFE_CFG0_MODE_PROGRESSIVE; in isc_configure()
314 regmap_update_bits(regmap, ISC_PFE_CFG0, mask, pfe_cfg0); in isc_configure()
/Linux-v6.6/drivers/media/platform/microchip/
Dmicrochip-sama7g5-isc.c375 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in xisc_parse_dt()
378 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in xisc_parse_dt()
381 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in xisc_parse_dt()
384 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in xisc_parse_dt()
388 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_MIPI; in xisc_parse_dt()
Dmicrochip-sama5d2-isc.c389 subdev_entity->pfe_cfg0 = ISC_PFE_CFG0_HPOL_LOW; in isc_parse_dt()
392 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_VPOL_LOW; in isc_parse_dt()
395 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_PPOL_LOW; in isc_parse_dt()
398 subdev_entity->pfe_cfg0 |= ISC_PFE_CFG0_CCIR_CRC | in isc_parse_dt()
Dmicrochip-isc.h51 u32 pfe_cfg0; member
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()