Lines Matching refs:BIT
28 #define ATMEL_HLCDC_HSPOL BIT(0)
29 #define ATMEL_HLCDC_VSPOL BIT(1)
30 #define ATMEL_HLCDC_VSPDLYS BIT(2)
31 #define ATMEL_HLCDC_VSPDLYE BIT(3)
32 #define ATMEL_HLCDC_DISPPOL BIT(4)
33 #define ATMEL_HLCDC_DITHER BIT(6)
34 #define ATMEL_HLCDC_DISPDLY BIT(7)
36 #define ATMEL_HLCDC_PP BIT(10)
37 #define ATMEL_HLCDC_VSPSU BIT(12)
38 #define ATMEL_HLCDC_VSPHO BIT(13)
49 #define ATMEL_HLCDC_CLKPOL BIT(0)
50 #define ATMEL_HLCDC_CLKSEL BIT(2)
51 #define ATMEL_HLCDC_CLKPWMSEL BIT(3)
52 #define ATMEL_HLCDC_CGDIS(i) BIT(8 + (i))
57 #define ATMEL_HLCDC_PIXEL_CLK BIT(0)
58 #define ATMEL_HLCDC_SYNC BIT(1)
59 #define ATMEL_HLCDC_DISP BIT(2)
60 #define ATMEL_HLCDC_PWM BIT(3)
61 #define ATMEL_HLCDC_SIP BIT(4)
63 #define ATMEL_HLCDC_SOF BIT(0)
64 #define ATMEL_HLCDC_SYNCDIS BIT(1)
65 #define ATMEL_HLCDC_FIFOERR BIT(4)
66 #define ATMEL_HLCDC_LAYER_STATUS(x) BIT((x) + 8)