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