Lines Matching refs:BIT
4 #define BIT(nr) (1UL << (nr)) macro
324 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
325 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
326 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
327 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
328 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
329 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
330 #define VFE_OUTPUTS_PREVIEW BIT(6)
331 #define VFE_OUTPUTS_VIDEO BIT(7)
332 #define VFE_OUTPUTS_RAW BIT(8)
333 #define VFE_OUTPUTS_JPEG_AND_THUMB BIT(9)
334 #define VFE_OUTPUTS_THUMB_AND_JPEG BIT(10)
335 #define VFE_OUTPUTS_RDI0 BIT(11)
336 #define VFE_OUTPUTS_RDI1 BIT(12)