Searched refs:start_v (Results 1 – 1 of 1) sorted by relevance
1053 #define spr2hw_pos(start_v, start_h) \ argument1054 (((start_v) << 7 & 0xff00) | ((start_h)>>3 & 0x00ff))1055 #define spr2hw_ctl(start_v, start_h, stop_v) \ argument1056 (((stop_v) << 7 & 0xff00) | ((start_v)>>4 & 0x0040) | \1058 ((start_v)>>7 & 0x0004) | ((stop_v)>>8 & 0x0002) | \