Home
last modified time | relevance | path

Searched refs:RADEON_MEM_CNTL (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/radeon/
H A Dradeon_combios.c3223 mem_cntl = RREG32(RADEON_MEM_CNTL); in combios_detect_ram()
3229 WREG32(RADEON_MEM_CNTL, mem_cntl); in combios_detect_ram()
3230 RREG32(RADEON_MEM_CNTL); in combios_detect_ram()
3268 WREG32(RADEON_MEM_CNTL, mem_cntl); in combios_write_ram_size()
H A Dradeon_clocks.c622 if (RREG32(RADEON_MEM_CNTL) & in radeon_legacy_set_clock_gating()
H A Dr100.c2739 tmp = RREG32(RADEON_MEM_CNTL); in r100_vram_get_type()
2750 tmp = RREG32(RADEON_MEM_CNTL); in r100_vram_get_type()
3372 temp = RREG32(RADEON_MEM_CNTL); in r100_bandwidth_update()
H A Dr300.c481 tmp = RREG32(RADEON_MEM_CNTL); in r300_mc_init()
H A Dradeon_reg.h1202 #define RADEON_MEM_CNTL 0x0140 macro