Home
last modified time | relevance | path

Searched refs:LCD_CONTROL_BPP_BIT (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/video/fbdev/
H A Dau1100fb.c157 #define LCD_CONTROL_BPP_BIT 1 macro
158 #define LCD_CONTROL_BPP_MASK (0x7 << LCD_CONTROL_BPP_BIT)
159 #define LCD_CONTROL_BPP_1 (0 << LCD_CONTROL_BPP_BIT)
160 #define LCD_CONTROL_BPP_2 (1 << LCD_CONTROL_BPP_BIT)
161 #define LCD_CONTROL_BPP_4 (2 << LCD_CONTROL_BPP_BIT)
162 #define LCD_CONTROL_BPP_8 (3 << LCD_CONTROL_BPP_BIT)
163 #define LCD_CONTROL_BPP_12 (4 << LCD_CONTROL_BPP_BIT)
164 #define LCD_CONTROL_BPP_16 (5 << LCD_CONTROL_BPP_BIT)