Home
last modified time | relevance | path

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

/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.c291 IMEM, falcon->code.limit - fw->boot_size, fw->boot_size, in gm200_flcn_fw_load()
300 IMEM, fw->nmem_base, fw->nmem_size, fw->nmem_base >> 8, false); in gm200_flcn_fw_load()
305 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/gpu/nova/core/
H A Dfalcon.rst21 Falcons have separate instruction and data memories (IMEM/DMEM) and provide a
62 memory into the Falcon's IMEM/DMEM. Once the HS ucode is loaded, it is verified
94 Falcons have separate instruction and data memories (IMEM/DMEM)
96 DMA transfers to/from the IMEM/DMEM memory inside the Falcon via the FBIF
153 | | | IMEM | | DMEM | |<-----+
H A Dfwsec.rst34 of headers, data sections (DMEM) and instruction code sections (IMEM). All these
100 | | | IMEM Section (Code) | | | |
/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.c2165 ret = __dump_fw_8822c(rtwdev, IMEM); in rtw8822c_dump_fw_crash()