Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/char/agp/
Dhp-agp.c34 #define HP_ZX1_IOVA_SIZE GB(1UL) macro
35 #define HP_ZX1_GART_SIZE (HP_ZX1_IOVA_SIZE / 2)
106 hp->gart_base = hp->iova_base + HP_ZX1_IOVA_SIZE - HP_ZX1_GART_SIZE; in hp_zx1_ioc_shared()
154 hp->gart_base = hp->iova_base + HP_ZX1_IOVA_SIZE - hp->gart_size; in hp_zx1_ioc_owner()
157 hp->io_pdir_size = (HP_ZX1_IOVA_SIZE / hp->io_page_size) * sizeof(u64); in hp_zx1_ioc_owner()
254 writel((unsigned int)(~(HP_ZX1_IOVA_SIZE-1)), hp->ioc_regs+HP_ZX1_IMASK); in hp_zx1_configure()
258 writel(hp->iova_base|ilog2(HP_ZX1_IOVA_SIZE), hp->ioc_regs+HP_ZX1_PCOM); in hp_zx1_configure()