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

/linux-master/include/uapi/linux/
H A Domap3isp.h322 #define OMAP3ISP_CCDC_ALAW (1 << 0) macro
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispccdc.c673 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) {
674 ccdc->alaw = !!(OMAP3ISP_CCDC_ALAW & ccdc_struct->flag);
675 ccdc->update |= OMAP3ISP_CCDC_ALAW;
758 if (ccdc->update & OMAP3ISP_CCDC_ALAW) {
760 ccdc->update &= ~OMAP3ISP_CCDC_ALAW;
789 ccdc->update = OMAP3ISP_CCDC_ALAW | OMAP3ISP_CCDC_LPF

Completed in 117 milliseconds