Home
last modified time | relevance | path

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

/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()
205 pVBInfo->ram_type = XGINew_GetXG20DRAMType(HwDeviceExtension, pVBInfo); in XGINew_DDR2_MRS_XG20()
[all …]
Dvb_struct.h161 int ram_type; member
/drivers/dma/
Dsun4i-dma.c779 u8 ram_type, io_mode, linear_mode; in sun4i_dma_prep_slave_sg() local
800 ram_type = SUN4I_DDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_slave_sg()
804 ram_type = SUN4I_NDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_slave_sg()
810 SUN4I_DMA_CFG_SRC_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg()
813 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg()
/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_base.c792 if (par->ram_type == SGRAM || in calc_line_length()
793 (!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()
Datyfb.h144 u8 ram_type; member