Searched refs:IGP_WRITE_MCIND (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_cp.c | 922 IGP_WRITE_MCIND(RS480_MC_MISC_CNTL, (RS480_GART_INDEX_REG_EN | in radeon_set_igpgart() 925 IGP_WRITE_MCIND(RS480_MC_MISC_CNTL, RS480_GART_INDEX_REG_EN); in radeon_set_igpgart() 927 IGP_WRITE_MCIND(RS480_AGP_ADDRESS_SPACE_SIZE, (RS480_GART_EN | in radeon_set_igpgart() 931 IGP_WRITE_MCIND(RS480_GART_FEATURE_ID, (RS480_HANG_EN | in radeon_set_igpgart() 938 IGP_WRITE_MCIND(RS480_GART_BASE, temp); in radeon_set_igpgart() 941 IGP_WRITE_MCIND(RS480_AGP_MODE_CNTL, ((1 << RS480_REQ_TYPE_SNOOP_SHIFT) | in radeon_set_igpgart() 953 IGP_WRITE_MCIND(RS480_AGP_ADDRESS_SPACE_SIZE, (RS480_GART_EN | in radeon_set_igpgart() 963 IGP_WRITE_MCIND(RS480_GART_CACHE_CNTRL, in radeon_set_igpgart() 973 IGP_WRITE_MCIND(RS480_GART_CACHE_CNTRL, 0); in radeon_set_igpgart() 975 IGP_WRITE_MCIND(RS480_AGP_ADDRESS_SPACE_SIZE, 0); in radeon_set_igpgart() [all …]
|
D | radeon_drv.h | 1903 #define IGP_WRITE_MCIND(addr, val) \ macro
|