Lines Matching refs:BIT
16 #define BIT(nr) (1UL << (nr))
351 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
352 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
353 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
354 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
355 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
356 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
357 #define VFE_OUTPUTS_PREVIEW BIT(6)
358 #define VFE_OUTPUTS_VIDEO BIT(7)
359 #define VFE_OUTPUTS_RAW BIT(8)
360 #define VFE_OUTPUTS_JPEG_AND_THUMB BIT(9)
361 #define VFE_OUTPUTS_THUMB_AND_JPEG BIT(10)
362 #define VFE_OUTPUTS_RDI0 BIT(11)
363 #define VFE_OUTPUTS_RDI1 BIT(12)