Lines Matching refs:update
331 * Disables LSC, and defers enablement to shadow registers update time.
407 u16 update;
410 update = config->update &
412 if (!update)
415 if (update != (OMAP3ISP_CCDC_CONFIG_LSC | OMAP3ISP_CCDC_TBL_LSC)) {
673 if (OMAP3ISP_CCDC_ALAW & ccdc_struct->update) {
675 ccdc->update |= OMAP3ISP_CCDC_ALAW;
678 if (OMAP3ISP_CCDC_LPF & ccdc_struct->update) {
680 ccdc->update |= OMAP3ISP_CCDC_LPF;
683 if (OMAP3ISP_CCDC_BLCLAMP & ccdc_struct->update) {
691 ccdc->update |= OMAP3ISP_CCDC_BLCLAMP;
694 if (OMAP3ISP_CCDC_BCOMP & ccdc_struct->update) {
701 ccdc->update |= OMAP3ISP_CCDC_BCOMP;
706 if (OMAP3ISP_CCDC_FPC & ccdc_struct->update) {
758 if (ccdc->update & OMAP3ISP_CCDC_ALAW) {
760 ccdc->update &= ~OMAP3ISP_CCDC_ALAW;
763 if (ccdc->update & OMAP3ISP_CCDC_LPF) {
765 ccdc->update &= ~OMAP3ISP_CCDC_LPF;
768 if (ccdc->update & OMAP3ISP_CCDC_BLCLAMP) {
770 ccdc->update &= ~OMAP3ISP_CCDC_BLCLAMP;
773 if (ccdc->update & OMAP3ISP_CCDC_BCOMP) {
775 ccdc->update &= ~OMAP3ISP_CCDC_BCOMP;
789 ccdc->update = OMAP3ISP_CCDC_ALAW | OMAP3ISP_CCDC_LPF
1883 * STREAMON call without any buffer queued yet, just update the enabled field
2711 ccdc->update = OMAP3ISP_CCDC_BLCLAMP;