Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dau1100fb.h153 #define LCD_CONTROL_BPP_BIT 1 macro
154 #define LCD_CONTROL_BPP_MASK (0x7 << LCD_CONTROL_BPP_BIT)
155 #define LCD_CONTROL_BPP_1 (0 << LCD_CONTROL_BPP_BIT)
156 #define LCD_CONTROL_BPP_2 (1 << LCD_CONTROL_BPP_BIT)
157 #define LCD_CONTROL_BPP_4 (2 << LCD_CONTROL_BPP_BIT)
158 #define LCD_CONTROL_BPP_8 (3 << LCD_CONTROL_BPP_BIT)
159 #define LCD_CONTROL_BPP_12 (4 << LCD_CONTROL_BPP_BIT)
160 #define LCD_CONTROL_BPP_16 (5 << LCD_CONTROL_BPP_BIT)