Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_cp.c195 R500_WRITE_MCIND(RV515_MC_FB_LOCATION, fb_loc); in radeon_write_fb_location()
202 R500_WRITE_MCIND(R520_MC_FB_LOCATION, fb_loc); in radeon_write_fb_location()
217 R500_WRITE_MCIND(RV515_MC_AGP_LOCATION, agp_loc); in radeon_write_agp_location()
224 R500_WRITE_MCIND(R520_MC_AGP_LOCATION, agp_loc); in radeon_write_agp_location()
241 R500_WRITE_MCIND(RV515_MC_AGP_BASE, agp_base_lo); in radeon_write_agp_base()
242 R500_WRITE_MCIND(RV515_MC_AGP_BASE_2, agp_base_hi); in radeon_write_agp_base()
251 R500_WRITE_MCIND(R520_MC_AGP_BASE, agp_base_lo); in radeon_write_agp_base()
252 R500_WRITE_MCIND(R520_MC_AGP_BASE_2, agp_base_hi); in radeon_write_agp_base()
Dradeon_drv.h1875 #define R500_WRITE_MCIND(addr, val) \ macro