Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/nouveau/nvkm/falcon/
Dga102.c46 if (mem_type == IMEM) in ga102_flcn_dma_init()
130 IMEM, fw->imem_base, fw->imem_size, true); in ga102_flcn_fw_load()
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()
Dbase.c32 case IMEM: return falcon->func->imem_dma; in nvkm_falcon_dma()
108 case IMEM: in nvkm_falcon_pio()
183 if ((img_base / 4) == 7 && mem_type == IMEM) in nvkm_falcon_pio_wr()
/Linux-v6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
Dfalcon.h7 IMEM, enumerator
16 case IMEM: return "imem"; in nvkm_falcon_mem()
/Linux-v6.6/drivers/net/wireless/realtek/rtlwifi/rtl8192se/
Dreg.h397 #define IMEM BIT(5) macro
/Linux-v6.6/drivers/net/wireless/realtek/rtw88/
Drtw8822c.c2164 ret = __dump_fw_8822c(rtwdev, IMEM); in rtw8822c_dump_fw_crash()