Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Dau1200fb.h132 #define LCD_WINCTRL0_A (0x00FF<<2) macro
H A Dau1200fb.c712 winctrl0 &= (LCD_WINCTRL0_A | LCD_WINCTRL0_AEN); in au1200_setlocation()
1307 val = lcd->window[plane].winctrl0 & ~(LCD_WINCTRL0_A); in set_window()
1308 val |= ((pdata->alpha_color << 2) & LCD_WINCTRL0_A); in set_window()
1398 pdata->alpha_color = (lcd->window[plane].winctrl0 & LCD_WINCTRL0_A) >> 2; in get_window()