Lines Matching refs:dwords
643 int dwords = (end - start + 3) / sizeof(u32); in r128_cce_dispatch_indirect() local
649 if (dwords & 1) { in r128_cce_dispatch_indirect()
653 data[dwords++] = cpu_to_le32(R128_CCE_PACKET2); in r128_cce_dispatch_indirect()
663 OUT_RING(dwords); in r128_cce_dispatch_indirect()
699 int dwords; in r128_cce_dispatch_indices() local
713 dwords = (end - start + 3) / sizeof(u32); in r128_cce_dispatch_indices()
719 dwords - 2)); in r128_cce_dispatch_indices()
729 data[dwords - 1] &= 0x0000ffff; in r128_cce_dispatch_indices()
731 data[dwords - 1] &= 0xffff0000; in r128_cce_dispatch_indices()
780 int dword_shift, dwords; in r128_cce_dispatch_blit() local
837 dwords = (blit->width * blit->height) >> dword_shift; in r128_cce_dispatch_blit()
841 data[0] = cpu_to_le32(CCE_PACKET3(R128_CNTL_HOSTDATA_BLT, dwords + 6)); in r128_cce_dispatch_blit()
856 data[7] = cpu_to_le32(dwords); in r128_cce_dispatch_blit()
858 buf->used = (dwords + 8) * sizeof(u32); in r128_cce_dispatch_blit()