Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/xgifb/
Dvb_init.c90 xgifb_reg_set(P3c4, 0x18, pVBInfo->SR18[pVBInfo->ram_type]); /* SR18 */ in XGINew_DDR1x_MRS_340()
97 xgifb_reg_set(P3c4, 0x18, pVBInfo->SR18[pVBInfo->ram_type]); /* SR18 */ in XGINew_DDR1x_MRS_340()
108 pVBInfo->MCLKData[pVBInfo->ram_type].SR28); in XGINew_SetMemoryClock()
111 pVBInfo->MCLKData[pVBInfo->ram_type].SR29); in XGINew_SetMemoryClock()
114 pVBInfo->MCLKData[pVBInfo->ram_type].SR2A); in XGINew_SetMemoryClock()
118 XGI340_ECLKData[pVBInfo->ram_type].SR2E); in XGINew_SetMemoryClock()
121 XGI340_ECLKData[pVBInfo->ram_type].SR2F); in XGINew_SetMemoryClock()
124 XGI340_ECLKData[pVBInfo->ram_type].SR30); in XGINew_SetMemoryClock()
133 pVBInfo->ram_type = XGINew_GetXG20DRAMType(HwDeviceExtension, pVBInfo); in XGINew_DDRII_Bootup_XG27()
206 pVBInfo->ram_type = XGINew_GetXG20DRAMType(HwDeviceExtension, pVBInfo); in XGINew_DDR2_MRS_XG20()
[all …]
Dvb_struct.h161 int ram_type; member
/linux-4.1.27/drivers/video/fbdev/aty/
Dmach64_ct.c352 else if (par->ram_type >= SDRAM) in aty_set_pll_ct()
449 switch (par->ram_type) { in aty_init_pll_ct()
555 if (M64_HAS(SDRAM_MAGIC_PLL) && (par->ram_type >= SDRAM)) in aty_init_pll_ct()
Datyfb.h144 u8 ram_type; member
Datyfb_base.c783 if (par->ram_type == SGRAM || in calc_line_length()
784 (!M64_HAS(XL_MEM) && par->ram_type == WRAM)) in calc_line_length()
2347 par->ram_type = (stat0 >> 3) & 0x07; in aty_init()
2348 ramname = aty_gx_ram[par->ram_type]; in aty_init()
2415 par->ram_type = (aty_ld_le32(CNFG_STAT0, par) & 0x07); in aty_init()
2417 ramname = aty_xl_ram[par->ram_type]; in aty_init()
2419 ramname = aty_ct_ram[par->ram_type]; in aty_init()
2421 if (par->pll_limits.mclk == 67 && par->ram_type < SDRAM) in aty_init()
2424 if (M64_HAS(MOBIL_BUS) && par->ram_type == SDRAM32) in aty_init()