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