Searched refs:ram_type (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/drivers/dma/ |
D | sun4i-dma.c | 683 u8 ram_type, io_mode, linear_mode; in sun4i_dma_prep_dma_cyclic() local 699 ram_type = SUN4I_DDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_dma_cyclic() 703 ram_type = SUN4I_NDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_dma_cyclic() 711 SUN4I_DMA_CFG_SRC_DRQ_TYPE(ram_type) | in sun4i_dma_prep_dma_cyclic() 716 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) | in sun4i_dma_prep_dma_cyclic() 800 u8 ram_type, io_mode, linear_mode; in sun4i_dma_prep_slave_sg() local 821 ram_type = SUN4I_DDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_slave_sg() 825 ram_type = SUN4I_NDMA_DRQ_TYPE_SDRAM; in sun4i_dma_prep_slave_sg() 831 SUN4I_DMA_CFG_SRC_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg() 834 endpoints = SUN4I_DMA_CFG_DST_DRQ_TYPE(ram_type) | in sun4i_dma_prep_slave_sg()
|
/linux-6.12.1/sound/soc/intel/catpt/ |
D | loader.c | 47 u32 ram_type; member 300 switch (blk->ram_type) { in catpt_load_block() 344 switch (blk->ram_type) { in catpt_restore_basefw() 387 switch (blk->ram_type) { in catpt_restore_module() 441 if (blk->ram_type == CATPT_RAM_TYPE_INSTANCE) { in catpt_load_module()
|
/linux-6.12.1/drivers/video/fbdev/aty/ |
D | mach64_ct.c | 354 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()
|
D | atyfb_base.c | 810 if (par->ram_type == SGRAM || in calc_line_length() 811 (!M64_HAS(XL_MEM) && par->ram_type == WRAM)) in calc_line_length() 2376 par->ram_type = (stat0 >> 3) & 0x07; in aty_init() 2377 ramname = aty_gx_ram[par->ram_type]; in aty_init() 2431 par->ram_type = (aty_ld_le32(CNFG_STAT0, par) & 0x07); in aty_init() 2433 ramname = aty_xl_ram[par->ram_type]; in aty_init() 2435 ramname = aty_ct_ram[par->ram_type]; in aty_init() 2437 if (par->pll_limits.mclk == 67 && par->ram_type < SDRAM) in aty_init() 2440 if (M64_HAS(MOBIL_BUS) && par->ram_type == SDRAM32) in aty_init()
|
D | atyfb.h | 147 u8 ram_type; member
|
/linux-6.12.1/include/linux/habanalabs/ |
D | hl_boot_if.h | 768 enum comms_ram_types ram_type :2; member
|
/linux-6.12.1/drivers/accel/habanalabs/common/ |
D | firmware_if.c | 1837 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()
|
D | habanalabs.h | 1412 u8 ram_type; member
|
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7996/ |
D | mcu.c | 2819 const char *fw_file, enum mt7996_ram_type ram_type) in __mt7996_load_ram() argument 2839 ret = mt7996_mcu_send_ram_firmware(dev, hdr, fw->data, ram_type); in __mt7996_load_ram()
|