Searched refs:start_h (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) \ argument1057 ((stop_v)>>5 & 0x0020) | ((start_h) << 3 & 0x0018) | \1059 ((start_h)>>2 & 0x0001))