Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/radeon/
H A Drs400.c303 WREG32(RS480_NB_MC_INDEX, reg & 0xff); in rs400_mc_wreg()
305 WREG32(RS480_NB_MC_INDEX, 0xff); in rs400_mc_wreg()
315 WREG32(RS480_NB_MC_INDEX, ((reg) & 0xff) | RS480_NB_MC_IND_WR_EN); in rs400_debugfs_gart_info_show()
317 WREG32(RS480_NB_MC_INDEX, 0xff); in rs400_debugfs_gart_info_show()
H A Dr500_reg.h104 #define RS480_NB_MC_INDEX 0x168 macro