Lines Matching refs:BIT
21 #define BIT(nr) (1UL << (nr)) macro
396 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
397 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
399 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
400 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
401 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
402 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
404 #define VFE_OUTPUTS_PREVIEW BIT(6)
405 #define VFE_OUTPUTS_VIDEO BIT(7)
406 #define VFE_OUTPUTS_RAW BIT(8)
407 #define VFE_OUTPUTS_JPEG_AND_THUMB BIT(9)
409 #define VFE_OUTPUTS_THUMB_AND_JPEG BIT(10)
410 #define VFE_OUTPUTS_RDI0 BIT(11)
411 #define VFE_OUTPUTS_RDI1 BIT(12)