Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dau1100fb.h119 #define LCD_CONTROL_SBB_BIT 21 macro
120 #define LCD_CONTROL_SBB_MASK (0x3 << LCD_CONTROL_SBB_BIT)
121 #define LCD_CONTROL_SBB_1 (0 << LCD_CONTROL_SBB_BIT)
122 #define LCD_CONTROL_SBB_2 (1 << LCD_CONTROL_SBB_BIT)
123 #define LCD_CONTROL_SBB_3 (2 << LCD_CONTROL_SBB_BIT)
124 #define LCD_CONTROL_SBB_4 (3 << LCD_CONTROL_SBB_BIT)