Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/i915/
H A Dintel_guc.c254 int intel_guc_auth_huc(struct intel_guc *guc, u32 rsa_offset) in intel_guc_auth_huc() argument
258 rsa_offset in intel_guc_auth_huc()
H A Dintel_uc_fw.c114 uc_fw->rsa_offset = uc_fw->ucode_offset + uc_fw->ucode_size; in intel_uc_fw_fetch()
317 uc_fw->rsa_offset, uc_fw->rsa_size); in intel_uc_fw_dump()
H A Dintel_uc_fw.h72 u32 rsa_offset; member
H A Dintel_guc.h114 int intel_guc_auth_huc(struct intel_guc *guc, u32 rsa_offset);
H A Dintel_huc.c202 guc_ggtt_offset(vma) + huc->fw.rsa_offset); in intel_huc_auth()
H A Dintel_guc_fw.c130 offset = guc_fw->rsa_offset; in guc_ucode_xfer_dma()