Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Damifb.c1019 #define spr2hw_pos(start_v, start_h) \ argument
1020 (((start_v)<<7&0xff00) | ((start_h)>>3&0x00ff))
1021 #define spr2hw_ctl(start_v, start_h, stop_v) \ argument
1023 ((start_h)<<3&0x0018) | ((start_v)>>7&0x0004) | ((stop_v)>>8&0x0002) | \
1024 ((start_h)>>2&0x0001))