Searched refs:LCD_WINCTRL1_PO (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/video/
H A Dau1200fb.h143 #define LCD_WINCTRL1_PO (3<<22) macro
429 #define LCD_WINCTRL1_PO (3<<22) macro
H A Dau1200fb.c1306 val = lcd->window[plane].winctrl1 & ~(LCD_WINCTRL1_PO);
1307 val |= ((pdata->pixel_order << 22) & LCD_WINCTRL1_PO);
1373 pdata->pixel_order = (lcd->window[plane].winctrl1 & LCD_WINCTRL1_PO) >> 22;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/video/
H A Dau1200fb.h143 #define LCD_WINCTRL1_PO (3<<22) macro
429 #define LCD_WINCTRL1_PO (3<<22) macro
H A Dau1200fb.c1306 val = lcd->window[plane].winctrl1 & ~(LCD_WINCTRL1_PO);
1307 val |= ((pdata->pixel_order << 22) & LCD_WINCTRL1_PO);
1373 pdata->pixel_order = (lcd->window[plane].winctrl1 & LCD_WINCTRL1_PO) >> 22;

Completed in 124 milliseconds