Searched refs:uc_css_header (Results 1 – 3 of 3) sorted by relevance
44 struct uc_css_header { struct79 static_assert(sizeof(struct uc_css_header) == 128); argument
352 struct uc_css_header *css; in intel_uc_fw_fetch()388 if (unlikely(fw->size < sizeof(struct uc_css_header))) { in intel_uc_fw_fetch()391 fw->size, sizeof(struct uc_css_header)); in intel_uc_fw_fetch()396 css = (struct uc_css_header *)fw->data; in intel_uc_fw_fetch()401 if (unlikely(size != sizeof(struct uc_css_header))) { in intel_uc_fw_fetch()405 fw->size, sizeof(struct uc_css_header)); in intel_uc_fw_fetch()417 size = sizeof(struct uc_css_header) + uc_fw->ucode_size + uc_fw->rsa_size; in intel_uc_fw_fetch()564 sizeof(struct uc_css_header) + uc_fw->ucode_size); in uc_fw_xfer()769 u32 offset = sizeof(struct uc_css_header) + uc_fw->ucode_size; in intel_uc_fw_copy_rsa()
246 return sizeof(struct uc_css_header) + uc_fw->ucode_size; in __intel_uc_fw_get_upload_size()