Home
last modified time | relevance | path

Searched refs:IMEM (Results 1 – 10 of 10) sorted by relevance

/linux/Documentation/devicetree/bindings/sram/
H A Dqcom,imem.yaml7 title: Qualcomm IMEM memory region
13 Qualcomm IMEM is dedicated memory region for various debug features and DMA
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dga102.c52 if (mem_type == IMEM) in ga102_flcn_dma_init()
136 IMEM, fw->imem_base, fw->imem_size, true); in ga102_flcn_fw_load()
H A Dgm200.c298 IMEM, falcon->code.limit - fw->boot_size, fw->boot_size, in gm200_flcn_fw_load()
307 IMEM, fw->nmem_base, fw->nmem_size, fw->nmem_base >> 8, false); in gm200_flcn_fw_load()
312 IMEM, fw->imem_base, fw->imem_size, fw->imem_base >> 8, true); in gm200_flcn_fw_load()
H A Dbase.c48 case IMEM: return falcon->func->imem_dma; in nvkm_falcon_dma()
124 case IMEM: in nvkm_falcon_pio()
199 if ((img_base / 4) == 7 && mem_type == IMEM) in nvkm_falcon_pio_wr()
/linux/Documentation/devicetree/bindings/clock/
H A Dtesla,fsd-clock.yaml71 - description: IMEM TCU clock (from CMU_CMU)
72 - description: IMEM bus clock (from CMU_CMU)
73 - description: IMEM DMA clock (from CMU_CMU)
H A Dsamsung,exynos5433-clock.yaml27 # IMEM/FSYS/G3D/GSCL/HEVC/MSCL/G2D/MFC/PERIC/PERIS domains and bus
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,pil-info.yaml13 The Qualcomm peripheral image loader relocation memory region, in IMEM, is
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfalcon.h7 IMEM, enumerator
16 case IMEM: return "imem"; in nvkm_falcon_mem()
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
H A Dreg.h397 #define IMEM BIT(5) macro
/linux/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.c2164 ret = __dump_fw_8822c(rtwdev, IMEM); in rtw8822c_dump_fw_crash()