start_h           884 drivers/media/platform/ti-vpe/vpdma.c 		int frame_height, int start_h, int start_v)
start_h           922 drivers/media/platform/ti-vpe/vpdma.c 	dtd->start_h_v = dtd_start_h_v(start_h, start_v);
start_h           255 drivers/media/platform/ti-vpe/vpdma.h 		int frame_height, int start_h, int start_v);
start_h          1047 drivers/video/fbdev/amifb.c #define spr2hw_pos(start_v, start_h) \
start_h          1048 drivers/video/fbdev/amifb.c 	(((start_v) << 7 & 0xff00) | ((start_h)>>3 & 0x00ff))
start_h          1049 drivers/video/fbdev/amifb.c #define spr2hw_ctl(start_v, start_h, stop_v) \
start_h          1051 drivers/video/fbdev/amifb.c 	 ((stop_v)>>5 & 0x0020) | ((start_h) << 3 & 0x0018) | \
start_h          1053 drivers/video/fbdev/amifb.c 	 ((start_h)>>2 & 0x0001))