Home
last modified time | relevance | path

Searched refs:app_resident_code_offset (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/acr/
H A Dlsfw.c129 lsfw->app_resident_code_offset = desc->app_resident_code_offset; in nvkm_acr_lsfw_from_desc()
205 lsfw->app_resident_code_offset = desc->app_resident_code_offset; in nvkm_acr_lsfw_load_sig_image_desc_v2()
292 lsfw->app_resident_code_offset = 0; in nvkm_acr_lsfw_load_bl_inst_data_sig()
307 lsfw->app_resident_code_offset, inst->data, inst->size); in nvkm_acr_lsfw_load_bl_inst_data_sig()
368 lsfw->app_resident_code_offset = 0; in nvkm_acr_lsfw_load_bl_sig_net()
384 lsfw->app_resident_code_offset, inst->data, inst->size); in nvkm_acr_lsfw_load_bl_sig_net()
H A Dga102.c85 hdr->app_code_off = lsfw->app_start_offset + lsfw->app_resident_code_offset; in ga102_acr_wpr_build_lsb()
H A Dgm200.c105 lsfw->app_resident_code_offset; in gm200_acr_wpr_build_lsb_tail()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgp108.c44 const u64 code = base + lsfw->app_resident_code_offset; in gp108_gr_acr_bld_write()
49 .non_sec_code_off = lsfw->app_resident_code_offset, in gp108_gr_acr_bld_write()
H A Dgm20b.c56 const u64 code = (base + lsfw->app_resident_code_offset) >> 8; in gm20b_gr_acr_bld_write()
61 .non_sec_code_off = lsfw->app_resident_code_offset, in gm20b_gr_acr_bld_write()
H A Dgm200.c61 const u64 code = base + lsfw->app_resident_code_offset; in gm200_gr_acr_bld_write()
66 .non_sec_code_off = lsfw->app_resident_code_offset, in gm200_gr_acr_bld_write()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvfw/
H A Dls.h22 u32 app_resident_code_offset; member
70 u32 app_resident_code_offset; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/nvfw/
H A Dls.c62 hdr->app_resident_code_offset); in nvfw_ls_desc_head()
138 nvkm_debug(subdev, "\tappResidentCodeOffset: 0x%x\n", hdr->app_resident_code_offset); in nvfw_ls_desc_v2()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/
H A Dacr.h90 u32 app_resident_code_offset; member
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm20b.c91 const u64 code = (base + lsfw->app_resident_code_offset) >> 8; in gm20b_pmu_acr_bld_write()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/sec2/
H A Dgp102.c258 .non_sec_code_off = lsfw->app_resident_code_offset, in gp102_sec2_acr_bld_write_1()