Home
last modified time | relevance | path

Searched refs:mem_cntl (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/video/fbdev/aty/
H A Datyfb_base.c2133 aty_st_le32(MEM_CNTL, par->mem_cntl, par); in aty_resume_chip()
2496 par->mem_cntl = aty_ld_le32(MEM_CNTL, par); in aty_init()
2500 switch (par->mem_cntl & 0xF) { in aty_init()
2522 switch (par->mem_cntl & MEM_SIZE_ALIAS) { in aty_init()
2552 par->mem_cntl &= ~(gtb_memsize ? 0xF : MEM_SIZE_ALIAS); in aty_init()
2554 par->mem_cntl |= MEM_SIZE_512K; in aty_init()
2556 par->mem_cntl |= MEM_SIZE_1M; in aty_init()
2558 par->mem_cntl |= gtb_memsize ? MEM_SIZE_2M_GTB : MEM_SIZE_2M; in aty_init()
2560 par->mem_cntl |= gtb_memsize ? MEM_SIZE_4M_GTB : MEM_SIZE_4M; in aty_init()
2562 par->mem_cntl |= gtb_memsize ? MEM_SIZE_6M_GTB : MEM_SIZE_6M; in aty_init()
[all …]
H A Datyfb.h190 u32 mem_cntl; member
/linux/drivers/gpu/drm/radeon/
H A Dradeon_combios.c3215 uint32_t mem_cntl; in combios_detect_ram() local
3219 mem_cntl = RREG32(RADEON_MEM_CNTL); in combios_detect_ram()
3220 if (mem_cntl & RV100_HALF_MODE) in combios_detect_ram()
3223 mem_cntl &= ~(0xff << 8); in combios_detect_ram()
3224 mem_cntl |= (mem_addr_mapping & 0xff) << 8; in combios_detect_ram()
3225 WREG32(RADEON_MEM_CNTL, mem_cntl); in combios_detect_ram()
3249 uint32_t mem_cntl = 0; in combios_write_ram_size() local
3260 mem_cntl = RBIOS32(offset + 1); in combios_write_ram_size()
3264 WREG32(RADEON_MEM_CNTL, mem_cntl); in combios_write_ram_size()