Lines Matching refs:dwords
650 int dwords = (end - start + 3) / sizeof(u32); in r128_cce_dispatch_indirect() local
656 if (dwords & 1) { in r128_cce_dispatch_indirect()
660 data[dwords++] = cpu_to_le32(R128_CCE_PACKET2); in r128_cce_dispatch_indirect()
670 OUT_RING(dwords); in r128_cce_dispatch_indirect()
706 int dwords; in r128_cce_dispatch_indices() local
720 dwords = (end - start + 3) / sizeof(u32); in r128_cce_dispatch_indices()
726 dwords - 2)); in r128_cce_dispatch_indices()
736 data[dwords - 1] &= 0x0000ffff; in r128_cce_dispatch_indices()
738 data[dwords - 1] &= 0xffff0000; in r128_cce_dispatch_indices()
787 int dword_shift, dwords; in r128_cce_dispatch_blit() local
844 dwords = (blit->width * blit->height) >> dword_shift; in r128_cce_dispatch_blit()
848 data[0] = cpu_to_le32(CCE_PACKET3(R128_CNTL_HOSTDATA_BLT, dwords + 6)); in r128_cce_dispatch_blit()
863 data[7] = cpu_to_le32(dwords); in r128_cce_dispatch_blit()
865 buf->used = (dwords + 8) * sizeof(u32); in r128_cce_dispatch_blit()