Lines Matching refs:BIT
35 #define BIT(nr) (1UL << (nr)) macro
424 #define CMD_AXI_CFG_PRIM BIT(8)
425 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9)
426 #define CMD_AXI_CFG_SEC BIT(10)
427 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11)
429 #define CMD_AXI_CFG_TERT1 BIT(12)
430 #define CMD_AXI_CFG_TERT2 BIT(13)
435 #define AXI_CMD_PREVIEW BIT(0)
436 #define AXI_CMD_CAPTURE BIT(1)
437 #define AXI_CMD_RECORD BIT(2)
439 #define AXI_CMD_ZSL BIT(3)
440 #define AXI_CMD_RAW_CAPTURE BIT(4)
441 #define AXI_CMD_LIVESHOT BIT(5)
597 #define OUTPUT_PRIM BIT(8)
599 #define OUTPUT_PRIM_ALL_CHNLS BIT(9)
600 #define OUTPUT_SEC BIT(10)
601 #define OUTPUT_SEC_ALL_CHNLS BIT(11)
602 #define OUTPUT_TERT1 BIT(12)
604 #define OUTPUT_TERT2 BIT(13)
609 #define OUTPUT_TYPE_P BIT(0)
610 #define OUTPUT_TYPE_T BIT(1)
611 #define OUTPUT_TYPE_S BIT(2)
612 #define OUTPUT_TYPE_V BIT(3)
614 #define OUTPUT_TYPE_L BIT(4)
615 #define OUTPUT_TYPE_ST_L BIT(5)
616 #define OUTPUT_TYPE_ST_R BIT(6)
617 #define OUTPUT_TYPE_ST_D BIT(7)
619 #define OUTPUT_TYPE_R BIT(8)
620 #define OUTPUT_TYPE_R1 BIT(9)