Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/video/aty/
Dmach64_ct.c352 else if (par->ram_type >= SDRAM) in aty_set_pll_ct()
451 switch (par->ram_type) { in aty_init_pll_ct()
557 if (M64_HAS(SDRAM_MAGIC_PLL) && (par->ram_type >= SDRAM)) in aty_init_pll_ct()
Datyfb.h144 u8 ram_type; member
Datyfb_base.c786 if (par->ram_type == SGRAM || in calc_line_length()
787 (!M64_HAS(XL_MEM) && par->ram_type == WRAM)) in calc_line_length()
2356 par->ram_type = (stat0 >> 3) & 0x07; in aty_init()
2357 ramname = aty_gx_ram[par->ram_type]; in aty_init()
2424 par->ram_type = (aty_ld_le32(CNFG_STAT0, par) & 0x07); in aty_init()
2426 ramname = aty_xl_ram[par->ram_type]; in aty_init()
2428 ramname = aty_ct_ram[par->ram_type]; in aty_init()
2430 if (par->pll_limits.mclk == 67 && par->ram_type < SDRAM) in aty_init()
2433 if (M64_HAS(MOBIL_BUS) && par->ram_type == SDRAM32) in aty_init()