Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dsun4i-dma.c769 u8 ram_type, io_mode, linear_mode; in sun4i_dma_prep_dma_cyclic() local
785 ram_type = priv->cfg->ddma_drq_sdram; in sun4i_dma_prep_dma_cyclic()
789 ram_type = priv->cfg->ndma_drq_sdram; in sun4i_dma_prep_dma_cyclic()
797 SUN4I_DMA_CFG_SRC_DRQ_TYPE(ram_type) | in sun4i_dma_prep_dma_cyclic()
802 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) | in sun4i_dma_prep_dma_cyclic()
887 u8 ram_type, io_mode, linear_mode; in sun4i_dma_prep_slave_sg() local
908 ram_type = priv->cfg->ddma_drq_sdram; in sun4i_dma_prep_slave_sg()
912 ram_type = priv->cfg->ndma_drq_sdram; in sun4i_dma_prep_slave_sg()
918 SUN4I_DMA_CFG_SRC_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg()
921 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg()
/linux/sound/soc/intel/catpt/
H A Dloader.c47 u32 ram_type; member
302 switch (blk->ram_type) { in catpt_load_block()
346 switch (blk->ram_type) { in catpt_restore_basefw()
389 switch (blk->ram_type) { in catpt_restore_module()
443 if (blk->ram_type == CATPT_RAM_TYPE_INSTANCE) { in catpt_load_module()
/linux/drivers/video/fbdev/aty/
H A Dmach64_ct.c354 else if (par->ram_type >= SDRAM) in aty_set_pll_ct()
451 switch (par->ram_type) { in aty_init_pll_ct()
557 if (M64_HAS(SDRAM_MAGIC_PLL) && (par->ram_type >= SDRAM)) in aty_init_pll_ct()
H A Datyfb.h147 u8 ram_type; member
/linux/include/linux/habanalabs/
H A Dhl_boot_if.h768 enum comms_ram_types ram_type :2; member
/linux/drivers/accel/habanalabs/common/
H A Dfirmware_if.c1837 response->ram_type = FIELD_GET(COMMS_STATUS_RAM_TYPE_MASK, status); in hl_fw_dynamic_extract_fw_response()
1839 if ((response->ram_type != COMMS_SRAM) && in hl_fw_dynamic_extract_fw_response()
1840 (response->ram_type != COMMS_DRAM)) { in hl_fw_dynamic_extract_fw_response()
1842 response->ram_type); in hl_fw_dynamic_extract_fw_response()
2225 region_id = (response->ram_type == COMMS_SRAM) ? in hl_fw_dynamic_read_and_validate_descriptor()