Searched refs:OMAP3ISP_CCDC_BCOMP (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Domap3isp.h325 #define OMAP3ISP_CCDC_BCOMP (1 << 3) macro
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccdc.c694 if (OMAP3ISP_CCDC_BCOMP & ccdc_struct->update) {
701 ccdc->update |= OMAP3ISP_CCDC_BCOMP;
773 if (ccdc->update & OMAP3ISP_CCDC_BCOMP) {
775 ccdc->update &= ~OMAP3ISP_CCDC_BCOMP;
790 | OMAP3ISP_CCDC_BLCLAMP | OMAP3ISP_CCDC_BCOMP;

Completed in 297 milliseconds