Home
last modified time | relevance | path

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

/drivers/video/fbdev/
Damifb.c1055 #define spr2hw_ctl(start_v, start_h, stop_v) \ argument
1056 (((stop_v) << 7 & 0xff00) | ((start_v)>>4 & 0x0040) | \
1057 ((stop_v)>>5 & 0x0020) | ((start_h) << 3 & 0x0018) | \
1058 ((start_v)>>7 & 0x0004) | ((stop_v)>>8 & 0x0002) | \