Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/
Dau1100fb.h116 #define LCD_CONTROL_SBB_BIT 21 macro
117 #define LCD_CONTROL_SBB_MASK (0x3 << LCD_CONTROL_SBB_BIT)
118 #define LCD_CONTROL_SBB_1 (0 << LCD_CONTROL_SBB_BIT)
119 #define LCD_CONTROL_SBB_2 (1 << LCD_CONTROL_SBB_BIT)
120 #define LCD_CONTROL_SBB_3 (2 << LCD_CONTROL_SBB_BIT)
121 #define LCD_CONTROL_SBB_4 (3 << LCD_CONTROL_SBB_BIT)