Searched refs:mmu_scratch_paddr (Results 1 – 3 of 3) sorted by relevance
330 v3d->mmu_scratch = dma_alloc_wc(dev, 4096, &v3d->mmu_scratch_paddr, in v3d_platform_drm_probe()362 dma_free_wc(dev, 4096, v3d->mmu_scratch, v3d->mmu_scratch_paddr); in v3d_platform_drm_probe()379 v3d->mmu_scratch_paddr); in v3d_platform_drm_remove()
78 (v3d->mmu_scratch_paddr >> V3D_MMU_PAGE_SHIFT) | in v3d_mmu_set_page_table()
127 dma_addr_t mmu_scratch_paddr; member