Lines Matching refs:ndw
342 unsigned ndw = count * 2; in si_dma_vm_write_pte() local
344 ib->ptr[ib->length_dw++] = DMA_PACKET(DMA_PACKET_WRITE, 0, 0, 0, ndw); in si_dma_vm_write_pte()
347 for (; ndw > 0; ndw -= 2) { in si_dma_vm_write_pte()
372 unsigned ndw; in si_dma_vm_set_pte_pde() local
375 ndw = count * 2; in si_dma_vm_set_pte_pde()
376 if (ndw > 0xFFFFE) in si_dma_vm_set_pte_pde()
377 ndw = 0xFFFFE; in si_dma_vm_set_pte_pde()
385 ib->ptr[ib->length_dw++] = DMA_PTE_PDE_PACKET(ndw); in si_dma_vm_set_pte_pde()
394 pe += ndw * 4; in si_dma_vm_set_pte_pde()
395 addr += (ndw / 2) * incr; in si_dma_vm_set_pte_pde()
396 count -= ndw / 2; in si_dma_vm_set_pte_pde()