Lines Matching refs:base
340 rdev->doorbell.base = pci_resource_start(rdev->pdev, 2);
347 rdev->doorbell.ptr = ioremap(rdev->doorbell.base, rdev->doorbell.num_doorbells * sizeof(u32));
351 DRM_INFO("doorbell mmio base: 0x%08X\n", (uint32_t)rdev->doorbell.base);
529 * @base: base address at which to put VRAM
531 * Function will place try to place VRAM at base address provided
533 * for IGP TOM base address).
566 void radeon_vram_location(struct radeon_device *rdev, struct radeon_mc *mc, u64 base)
570 mc->vram_start = base;
571 if (mc->mc_vram_size > (rdev->mc.mc_mask - base + 1)) {