Searched refs:CSI2_OUTPUT_MEMORY (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/media/omap4iss/
H A Diss_csi2.h116 #define CSI2_OUTPUT_MEMORY BIT(1) macro
H A Diss_csi2.c229 !(csi2->output & CSI2_OUTPUT_MEMORY)) {
293 else if (csi2->output & CSI2_OUTPUT_MEMORY)
733 if (csi2->output & CSI2_OUTPUT_MEMORY)
1098 if (csi2->output & CSI2_OUTPUT_MEMORY &&
1185 if (csi2->output & ~CSI2_OUTPUT_MEMORY)
1187 csi2->output |= CSI2_OUTPUT_MEMORY;
1189 csi2->output &= ~CSI2_OUTPUT_MEMORY;
1208 ctrl->vp_only_enable = csi2->output & CSI2_OUTPUT_MEMORY ? false : true;
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispcsi2.h116 #define CSI2_OUTPUT_MEMORY (1 << 1) macro
H A Dispcsi2.c193 !(csi2->output & CSI2_OUTPUT_MEMORY)) {
259 else if (csi2->output & CSI2_OUTPUT_MEMORY)
730 if (csi2->output & CSI2_OUTPUT_MEMORY)
1063 if (csi2->output & CSI2_OUTPUT_MEMORY)
1074 if (csi2->output & CSI2_OUTPUT_MEMORY &&
1161 if (csi2->output & ~CSI2_OUTPUT_MEMORY)
1163 csi2->output |= CSI2_OUTPUT_MEMORY;
1165 csi2->output &= ~CSI2_OUTPUT_MEMORY;
1185 (csi2->output & CSI2_OUTPUT_MEMORY) ? false : true;

Completed in 133 milliseconds