Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dgp108.c34 .non_sec_code_off = fw->nmem_base, in gp108_acr_hsfw_load_bld()
H A Dgm20b.c54 .non_sec_code_off = fw->nmem_base, in gm20b_acr_hsfw_load_bld()
H A Dgm200.c230 .non_sec_code_off = fw->nmem_base, in gm200_acr_hsfw_load_bld()
/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dgm200.c300 IMEM, fw->nmem_base, fw->nmem_size, fw->nmem_base >> 8, false); in gm200_flcn_fw_load()
H A Dfw.c267 fw->nmem_base = lhdr->non_sec_code_off; in nvkm_falcon_fw_ctor_hs()
296 fw->boot_addr = fw->nmem_base; in nvkm_falcon_fw_ctor_hs()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/
H A Dtu102.c107 fw->nmem_base = lhdr->os_code_offset; in tu102_gsp_booter_ctor()
131 .non_sec_code_off = fw->nmem_base, in tu102_gsp_fwsec_load_bld()
H A Dfwsec.c190 fw->nmem_base = desc->IMEMPhysBase; in nvkm_gsp_fwsec_v2()
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfalcon.h116 u32 nmem_base; member