Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/
H A Damifb.c1053 #define spr2hw_pos(start_v, start_h) \ argument
1054 (((start_v) << 7 & 0xff00) | ((start_h)>>3 & 0x00ff))
1055 #define spr2hw_ctl(start_v, start_h, stop_v) \ argument
1057 ((stop_v)>>5 & 0x0020) | ((start_h) << 3 & 0x0018) | \
1059 ((start_h)>>2 & 0x0001))