Lines Matching defs:start
600 u32 start = box->y1 * dev_priv->front_pitch;
605 DMA_BLOCK(MGA_AR0, start + box->x2 - 1,
606 MGA_AR3, start + box->x1,
670 unsigned int start, unsigned int end)
678 DRM_DEBUG("buf=%d start=%d end=%d\n", buf->idx, start, end);
680 if (start != end) {
695 MGA_SETUPADDRESS, address + start,
799 int start;
804 start = srcy * blit->src_pitch + srcx;
806 DMA_BLOCK(MGA_AR0, start + w,
807 MGA_AR3, start,
935 mga_dma_dispatch_indices(dev, buf, indices->start, indices->end);