Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/ !
H A Dau1100fb.c123 #define LCD_CONTROL_SBB_BIT 21 macro
124 #define LCD_CONTROL_SBB_MASK (0x3 << LCD_CONTROL_SBB_BIT)
125 #define LCD_CONTROL_SBB_1 (0 << LCD_CONTROL_SBB_BIT)
126 #define LCD_CONTROL_SBB_2 (1 << LCD_CONTROL_SBB_BIT)
127 #define LCD_CONTROL_SBB_3 (2 << LCD_CONTROL_SBB_BIT)
128 #define LCD_CONTROL_SBB_4 (3 << LCD_CONTROL_SBB_BIT)