Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/xgifb/
Dvb_init.c93 xgifb_reg_set(P3c4, 0x18, pVBInfo->SR18[pVBInfo->ram_type]); /* SR18 */ in XGINew_DDR1x_MRS_340()
100 xgifb_reg_set(P3c4, 0x18, pVBInfo->SR18[pVBInfo->ram_type]); /* SR18 */ in XGINew_DDR1x_MRS_340()
111 pVBInfo->MCLKData[pVBInfo->ram_type].SR28); in XGINew_SetMemoryClock()
114 pVBInfo->MCLKData[pVBInfo->ram_type].SR29); in XGINew_SetMemoryClock()
117 pVBInfo->MCLKData[pVBInfo->ram_type].SR2A); in XGINew_SetMemoryClock()
121 XGI340_ECLKData[pVBInfo->ram_type].SR2E); in XGINew_SetMemoryClock()
124 XGI340_ECLKData[pVBInfo->ram_type].SR2F); in XGINew_SetMemoryClock()
127 XGI340_ECLKData[pVBInfo->ram_type].SR30); in XGINew_SetMemoryClock()
136 pVBInfo->ram_type = XGINew_GetXG20DRAMType(HwDeviceExtension, pVBInfo); in XGINew_DDRII_Bootup_XG27()
209 pVBInfo->ram_type = XGINew_GetXG20DRAMType(HwDeviceExtension, pVBInfo); in XGINew_DDR2_MRS_XG20()
[all …]
Dvb_struct.h160 int ram_type; member
/Linux-v4.19/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()
/Linux-v4.19/drivers/video/fbdev/aty/
Dmach64_ct.c353 else if (par->ram_type >= SDRAM) in aty_set_pll_ct()
450 switch (par->ram_type) { in aty_init_pll_ct()
556 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()
2350 par->ram_type = (stat0 >> 3) & 0x07; in aty_init()
2351 ramname = aty_gx_ram[par->ram_type]; in aty_init()
2418 par->ram_type = (aty_ld_le32(CNFG_STAT0, par) & 0x07); in aty_init()
2420 ramname = aty_xl_ram[par->ram_type]; in aty_init()
2422 ramname = aty_ct_ram[par->ram_type]; in aty_init()
2424 if (par->pll_limits.mclk == 67 && par->ram_type < SDRAM) in aty_init()
2427 if (M64_HAS(MOBIL_BUS) && par->ram_type == SDRAM32) in aty_init()
Datyfb.h145 u8 ram_type; member