Lines Matching refs:BIT
32 #define BIT(nr) (1UL << (nr)) macro
490 #define CMD_AXI_CFG_PRIM BIT(8)
491 #define CMD_AXI_CFG_PRIM_ALL_CHNLS BIT(9)
492 #define CMD_AXI_CFG_SEC BIT(10)
493 #define CMD_AXI_CFG_SEC_ALL_CHNLS BIT(11)
494 #define CMD_AXI_CFG_TERT1 BIT(12)
495 #define CMD_AXI_CFG_TERT2 BIT(13)
501 #define AXI_CMD_PREVIEW BIT(0)
502 #define AXI_CMD_CAPTURE BIT(1)
503 #define AXI_CMD_RECORD BIT(2)
504 #define AXI_CMD_ZSL BIT(3)
505 #define AXI_CMD_RAW_CAPTURE BIT(4)
506 #define AXI_CMD_LIVESHOT BIT(5)
639 #define OUTPUT_PRIM BIT(8)
640 #define OUTPUT_PRIM_ALL_CHNLS BIT(9)
641 #define OUTPUT_SEC BIT(10)
642 #define OUTPUT_SEC_ALL_CHNLS BIT(11)
643 #define OUTPUT_TERT1 BIT(12)
644 #define OUTPUT_TERT2 BIT(13)
650 #define OUTPUT_TYPE_P BIT(0)
651 #define OUTPUT_TYPE_T BIT(1)
652 #define OUTPUT_TYPE_S BIT(2)
653 #define OUTPUT_TYPE_V BIT(3)
654 #define OUTPUT_TYPE_L BIT(4)
655 #define OUTPUT_TYPE_ST_L BIT(5)
656 #define OUTPUT_TYPE_ST_R BIT(6)
657 #define OUTPUT_TYPE_ST_D BIT(7)
658 #define OUTPUT_TYPE_R BIT(8)
659 #define OUTPUT_TYPE_R1 BIT(9)