Home
last modified time | relevance | path

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

/drivers/media/platform/davinci/
Ddm644x_ccdc.c207 val = regr(CCDC_HSIZE_OFF); in ccdc_readregs()
440 regw(((params->win.width * 2 + 31) & ~0x1f), CCDC_HSIZE_OFF); in ccdc_config_ycbcr()
638 CCDC_HSIZE_OFF_MASK, CCDC_HSIZE_OFF); in ccdc_config_raw()
643 CCDC_HSIZE_OFF); in ccdc_config_raw()
861 ccdc_ctx[CCDC_HSIZE_OFF >> 2] = regr(CCDC_HSIZE_OFF); in ccdc_save_context()
901 regw(ccdc_ctx[CCDC_HSIZE_OFF >> 2], CCDC_HSIZE_OFF); in ccdc_restore_context()
Ddm644x_ccdc_regs.h33 #define CCDC_HSIZE_OFF 0x24 macro