Home
last modified time | relevance | path

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

/drivers/dma/
Dsun4i-dma.c672 u8 ram_type, io_mode, linear_mode; in sun4i_dma_prep_dma_cyclic() local
688 ram_type = SUN4I_DDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_dma_cyclic()
692 ram_type = SUN4I_NDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_dma_cyclic()
700 SUN4I_DMA_CFG_SRC_DRQ_TYPE(ram_type) | in sun4i_dma_prep_dma_cyclic()
705 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) | in sun4i_dma_prep_dma_cyclic()
780 u8 ram_type, io_mode, linear_mode; in sun4i_dma_prep_slave_sg() local
801 ram_type = SUN4I_DDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_slave_sg()
805 ram_type = SUN4I_NDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_slave_sg()
811 SUN4I_DMA_CFG_SRC_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg()
814 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg()
/drivers/video/fbdev/aty/
Dmach64_ct.c356 else if (par->ram_type >= SDRAM) in aty_set_pll_ct()
453 switch (par->ram_type) { in aty_init_pll_ct()
559 if (M64_HAS(SDRAM_MAGIC_PLL) && (par->ram_type >= SDRAM)) in aty_init_pll_ct()
Datyfb_base.c807 if (par->ram_type == SGRAM || in calc_line_length()
808 (!M64_HAS(XL_MEM) && par->ram_type == WRAM)) in calc_line_length()
2379 par->ram_type = (stat0 >> 3) & 0x07; in aty_init()
2380 ramname = aty_gx_ram[par->ram_type]; in aty_init()
2434 par->ram_type = (aty_ld_le32(CNFG_STAT0, par) & 0x07); in aty_init()
2436 ramname = aty_xl_ram[par->ram_type]; in aty_init()
2438 ramname = aty_ct_ram[par->ram_type]; in aty_init()
2440 if (par->pll_limits.mclk == 67 && par->ram_type < SDRAM) in aty_init()
2443 if (M64_HAS(MOBIL_BUS) && par->ram_type == SDRAM32) in aty_init()
Datyfb.h145 u8 ram_type; member
/drivers/misc/habanalabs/include/common/
Dhl_boot_if.h609 enum comms_ram_types ram_type :2; member
/drivers/misc/habanalabs/common/
Dfirmware_if.c1398 response->ram_type = FIELD_GET(COMMS_STATUS_RAM_TYPE_MASK, status); in hl_fw_dynamic_extract_fw_response()
1400 if ((response->ram_type != COMMS_SRAM) && in hl_fw_dynamic_extract_fw_response()
1401 (response->ram_type != COMMS_DRAM)) { in hl_fw_dynamic_extract_fw_response()
1403 response->ram_type); in hl_fw_dynamic_extract_fw_response()
1753 region_id = (response->ram_type == COMMS_SRAM) ? in hl_fw_dynamic_read_and_validate_descriptor()
Dhabanalabs.h984 u8 ram_type; member