Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/video/
Dfbcon.h168 #define __SCROLL_YNOPARTIAL 0x080 macro
192 #define SCROLL_YNOPARTIAL __SCROLL_YNOPARTIAL
/linux-2.4.37.9/drivers/video/
Dfbcon.c1304 int scroll_partial = !(p->scrollmode & __SCROLL_YNOPARTIAL); in fbcon_scroll()