Home
last modified time | relevance | path

Searched refs:CCDC_FMTCFG (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/platform/davinci/
Ddm644x_ccdc.c115 regw(CCDC_ENABLE_VIDEO_PORT, CCDC_FMTCFG); in ccdc_enable_vport()
117 regw(CCDC_DISABLE_VIDEO_PORT, CCDC_FMTCFG); in ccdc_enable_vport()
191 val = regr(CCDC_FMTCFG); in ccdc_readregs()
446 regw(val, CCDC_FMTCFG); in ccdc_config_raw()
721 ccdc_ctx[CCDC_FMTCFG >> 2] = regr(CCDC_FMTCFG); in ccdc_save_context()
761 regw(ccdc_ctx[CCDC_FMTCFG >> 2], CCDC_FMTCFG); in ccdc_restore_context()
Ddm644x_ccdc_regs.h42 #define CCDC_FMTCFG 0x58 macro