Searched refs:gtt_base (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_init_ops.c589 u32 gtt_base; local
624 gtt_base = PXP_PF_WINDOW_ADMIN_START + PXP_PF_WINDOW_ADMIN_GLOBAL_START;
628 REG_WR(p_hwfn, gtt_base + i * PXP_GLOBAL_ENTRY_SIZE,
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_gem_gtt.c388 gtt_pte_t __iomem *gtt_base = dev_priv->mm.gtt->gtt + first_entry; local
404 iowrite32(scratch_pte, &gtt_base[i]);
405 readl(gtt_base);

Completed in 92 milliseconds