Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Dradeon_agp.c244 rdev->mc.agp_base = rdev->ddev->agp->agp_info.ai_aperture_base; in radeon_agp_init()
246 rdev->mc.gtt_start = rdev->mc.agp_base; in radeon_agp_init()
H A Dr520.c155 WREG32_MC(R_000006_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in r520_mc_program()
157 S_000007_AGP_BASE_ADDR_2(upper_32_bits(rdev->mc.agp_base))); in r520_mc_program()
H A Dr300.c1336 WREG32(R_000170_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in r300_mc_program()
1338 upper_32_bits(rdev->mc.agp_base) & 0xff); in r300_mc_program()
H A Drv515.c486 WREG32_MC(R_000003_MC_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in rv515_mc_program()
488 S_000004_AGP_BASE_ADDR_2(upper_32_bits(rdev->mc.agp_base))); in rv515_mc_program()
H A Dradeon_ttm.c482 mem->bus.base = rdev->mc.agp_base; in radeon_ttm_io_mem_reserve()
H A Drv770.c1057 WREG32(MC_VM_AGP_BASE, rdev->mc.agp_base >> 22); in rv770_mc_program()
H A Dr100.c3866 WREG32(R_000170_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in r100_mc_program()
3869 upper_32_bits(rdev->mc.agp_base) & 0xff); in r100_mc_program()
H A Dradeon.h689 resource_size_t agp_base; member
H A Dr600.c1344 WREG32(MC_VM_AGP_BASE, rdev->mc.agp_base >> 22); in r600_mc_program()
H A Devergreen.c2894 WREG32(MC_VM_AGP_BASE, rdev->mc.agp_base >> 22); in evergreen_mc_program()