Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dau1100fb.c130 #define LCD_CONTROL_SBPPF_MASK (0x7 << LCD_CONTROL_SBPPF_BIT) macro
487 index = (fbdev->panel->control_base & LCD_CONTROL_SBPPF_MASK) >> LCD_CONTROL_SBPPF_BIT; in au1100fb_setmode()