Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/dma/
Dsun4i-dma.c775 u8 ram_type, io_mode, linear_mode; in sun4i_dma_prep_slave_sg() local
796 ram_type = SUN4I_DDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_slave_sg()
800 ram_type = SUN4I_NDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_slave_sg()
806 SUN4I_DMA_CFG_SRC_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg()
809 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg()
/Linux-v5.4/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()
2336 par->ram_type = (stat0 >> 3) & 0x07; in aty_init()
2337 ramname = aty_gx_ram[par->ram_type]; in aty_init()
2393 par->ram_type = (aty_ld_le32(CNFG_STAT0, par) & 0x07); in aty_init()
2395 ramname = aty_xl_ram[par->ram_type]; in aty_init()
2397 ramname = aty_ct_ram[par->ram_type]; in aty_init()
2399 if (par->pll_limits.mclk == 67 && par->ram_type < SDRAM) in aty_init()
2402 if (M64_HAS(MOBIL_BUS) && par->ram_type == SDRAM32) in aty_init()
Datyfb.h145 u8 ram_type; member