Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
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 Dradeon_agp.c337 rdev->mc.agp_base = rdev->agp->agp_info.aper_base; in radeon_agp_init()
339 rdev->mc.gtt_start = rdev->mc.agp_base; in radeon_agp_init()
H A Drv515.c462 WREG32_MC(R_000003_MC_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in rv515_mc_program()
464 S_000004_AGP_BASE_ADDR_2(upper_32_bits(rdev->mc.agp_base))); in rv515_mc_program()
H A Dr300.c1339 WREG32(R_000170_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in r300_mc_program()
1341 upper_32_bits(rdev->mc.agp_base) & 0xff); in r300_mc_program()
H A Dradeon_ttm.c270 rdev->mc.agp_base; in radeon_ttm_io_mem_reserve()
H A Drv770.c1061 WREG32(MC_VM_AGP_BASE, rdev->mc.agp_base >> 22); in rv770_mc_program()
H A Dr100.c3871 WREG32(R_000170_AGP_BASE, lower_32_bits(rdev->mc.agp_base)); in r100_mc_program()
3874 upper_32_bits(rdev->mc.agp_base) & 0xff); in r100_mc_program()
H A Dr600.c1353 WREG32(MC_VM_AGP_BASE, rdev->mc.agp_base >> 22); in r600_mc_program()