Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/video/fbdev/
Dau1100fb.h126 #define LCD_CONTROL_SBPPF_MASK (0x7 << LCD_CONTROL_SBPPF_BIT) macro
Dau1100fb.c172 index = (fbdev->panel->control_base & LCD_CONTROL_SBPPF_MASK) >> LCD_CONTROL_SBPPF_BIT; in au1100fb_setmode()