Lines Matching refs:BIT
21 #define BIT(nr) (1UL << (nr)) macro
316 #define VFE_OUTPUTS_MAIN_AND_PREVIEW BIT(0)
317 #define VFE_OUTPUTS_MAIN_AND_VIDEO BIT(1)
318 #define VFE_OUTPUTS_MAIN_AND_THUMB BIT(2)
319 #define VFE_OUTPUTS_THUMB_AND_MAIN BIT(3)
320 #define VFE_OUTPUTS_PREVIEW_AND_VIDEO BIT(4)
321 #define VFE_OUTPUTS_VIDEO_AND_PREVIEW BIT(5)
322 #define VFE_OUTPUTS_PREVIEW BIT(6)
323 #define VFE_OUTPUTS_VIDEO BIT(7)
324 #define VFE_OUTPUTS_RAW BIT(8)
325 #define VFE_OUTPUTS_JPEG_AND_THUMB BIT(9)
326 #define VFE_OUTPUTS_THUMB_AND_JPEG BIT(10)
327 #define VFE_OUTPUTS_RDI0 BIT(11)
328 #define VFE_OUTPUTS_RDI1 BIT(12)