Home
last modified time | relevance | path

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

/u-boot/drivers/iommu/
A Dapple_dart.c62 #define DART_PAGE_SIZE SZ_16K macro
130 idx = dva / DART_PAGE_SIZE; in apple_dart_map()
134 paddr += DART_PAGE_SIZE; in apple_dart_map()
155 psize = ALIGN(psize, DART_PAGE_SIZE); in apple_dart_unmap()
157 idx = dva / DART_PAGE_SIZE; in apple_dart_unmap()
214 priv->dvabase = DART_PAGE_SIZE; in apple_dart_probe()
215 priv->dvaend = SZ_4G - DART_PAGE_SIZE; in apple_dart_probe()
245 priv->l2 = memalign(DART_PAGE_SIZE, nl2 * DART_PAGE_SIZE); in apple_dart_probe()
250 priv->l1 = memalign(DART_PAGE_SIZE, nl1 * DART_PAGE_SIZE); in apple_dart_probe()
255 l2 += DART_PAGE_SIZE; in apple_dart_probe()
[all …]

Completed in 4 milliseconds