Searched refs:mmu_scratch_paddr (Results 1 – 3 of 3) sorted by relevance
265 v3d->mmu_scratch = dma_alloc_wc(dev, 4096, &v3d->mmu_scratch_paddr, in v3d_platform_drm_probe()291 dma_free_wc(dev, 4096, v3d->mmu_scratch, v3d->mmu_scratch_paddr); in v3d_platform_drm_probe()305 v3d->mmu_scratch_paddr); in v3d_platform_drm_remove()
80 (v3d->mmu_scratch_paddr >> V3D_MMU_PAGE_SHIFT) | in v3d_mmu_set_page_table()
90 dma_addr_t mmu_scratch_paddr; member