Searched refs:hsbin_hdr (Results 1 – 3 of 3) sorted by relevance
37 struct fw_bin_header *hsbin_hdr = acr_image; in hs_ucode_patch_signature() local38 struct hsf_fw_header *fw_hdr = acr_image + hsbin_hdr->header_offset; in hs_ucode_patch_signature()39 void *hs_data = acr_image + hsbin_hdr->data_offset; in hs_ucode_patch_signature()
54 struct fw_bin_header *hsbin_hdr; in gp102_run_secure_scrub() local76 hsbin_hdr = scrub_image; in gp102_run_secure_scrub()77 fw_hdr = scrub_image + hsbin_hdr->header_offset; in gp102_run_secure_scrub()79 scrub_data = scrub_image + hsbin_hdr->data_offset; in gp102_run_secure_scrub()
657 struct fw_bin_header *hsbin_hdr; in acr_r352_prepare_hs_blob() local667 hsbin_hdr = acr_image; in acr_r352_prepare_hs_blob()668 fw_hdr = acr_image + hsbin_hdr->header_offset; in acr_r352_prepare_hs_blob()670 acr_data = acr_image + hsbin_hdr->data_offset; in acr_r352_prepare_hs_blob()690 ret = nvkm_gpuobj_new(subdev->device, ALIGN(hsbin_hdr->data_size, 256), in acr_r352_prepare_hs_blob()696 nvkm_gpuobj_memcpy_to(*blob, 0, acr_data, hsbin_hdr->data_size); in acr_r352_prepare_hs_blob()