Home
last modified time | relevance | path

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

/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.c2269 par->ram_type = (stat0 >> 3) & 0x07; in aty_init()
2270 ramname = aty_gx_ram[par->ram_type]; in aty_init()
2337 par->ram_type = (aty_ld_le32(CNFG_STAT0, par) & 0x07); in aty_init()
2338 ramname = aty_ct_ram[par->ram_type]; in aty_init()
2340 if (par->pll_limits.mclk == 67 && par->ram_type < SDRAM) in aty_init()
2343 if (M64_HAS(MOBIL_BUS) && par->ram_type == SDRAM32) in aty_init()