Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/video/
Dfbcon.h166 #define __SCROLL_YNOMOVE 0x020 macro
184 #define SCROLL_YNOMOVE (__SCROLL_YNOMOVE|__SCROLL_YPANREDRAW)
/linux-2.4.37.9/drivers/video/
Dfbcon.c542 else if (p->scrollmode & __SCROLL_YNOMOVE) in updatescrollmode()