kernel/include/drm/drm_scdc_helper.h
.. .. @@ -50,9 +50,9 @@ 50 50 #define SCDC_READ_REQUEST_ENABLE (1 << 0) 51 51 52 52 #define SCDC_STATUS_FLAGS_0 0x40 53 -#define SCDC_CH2_LOCK (1 < 3)54 -#define SCDC_CH1_LOCK (1 < 2)55 -#define SCDC_CH0_LOCK (1 < 1)53 +#define SCDC_CH2_LOCK (1 << 3)54 +#define SCDC_CH1_LOCK (1 << 2)55 +#define SCDC_CH0_LOCK (1 << 1)56 56 #define SCDC_CH_LOCK_MASK (SCDC_CH2_LOCK | SCDC_CH1_LOCK | SCDC_CH0_LOCK) 57 57 #define SCDC_CLOCK_DETECT (1 << 0) 58 58