Home
last modified time | relevance | path

Searched refs:IPU3_PT_PTES (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/staging/media/ipu3/
H A Dipu3-mmu.c24 #define IPU3_PT_PTES (1UL << IPU3_PT_BITS) macro
25 #define IPU3_PT_SIZE (IPU3_PT_PTES << 2)
130 for (pte = 0; pte < IPU3_PT_PTES; pte++) in imgu_mmu_alloc_page_table()
467 mmu->l2pts = vzalloc(IPU3_PT_PTES * sizeof(*mmu->l2pts)); in imgu_mmu_init()