mvd              1268 drivers/media/pci/tw5864/tw5864-video.c static unsigned int tw5864_md_metric_from_mvd(u32 mvd)
mvd              1286 drivers/media/pci/tw5864/tw5864-video.c 	unsigned int mv_y = (mvd >> 10) & 0x3ff;
mvd              1287 drivers/media/pci/tw5864/tw5864-video.c 	unsigned int mv_x = mvd & 0x3ff;