Searched refs:patch_id (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/microcode/
H A Damd.c45 u32 patch_id; member in struct:ucode_patch
244 if (eq_id == mc->hdr.processor_rev_id && rev < mc->hdr.patch_id) { apply_ucode_in_initrd()
247 rev = mc->hdr.patch_id; apply_ucode_in_initrd()
319 if (mc->hdr.patch_id && mc->hdr.processor_rev_id) { load_ucode_amd_ap()
381 if (mc && rev < mc->hdr.patch_id) { load_ucode_amd_ap()
383 ucode_new_rev = mc->hdr.patch_id; load_ucode_amd_ap()
469 if (mc && rev < mc->hdr.patch_id) { reload_ucode_amd()
471 ucode_new_rev = mc->hdr.patch_id; reload_ucode_amd()
516 if (p->patch_id >= new_patch->patch_id) update_cache()
566 if (p && (p->patch_id == csig->rev)) collect_cpu_info_amd()
662 if (rev != mc_amd->hdr.patch_id) __apply_microcode_amd()
691 if (rev >= mc_amd->hdr.patch_id) { apply_microcode_amd()
699 cpu, mc_amd->hdr.patch_id); apply_microcode_amd()
703 mc_amd->hdr.patch_id); apply_microcode_amd()
705 uci->cpu_sig.rev = mc_amd->hdr.patch_id; apply_microcode_amd()
706 c->microcode = mc_amd->hdr.patch_id; apply_microcode_amd()
780 mc_hdr->patch_id); verify_and_add_patch()
786 pr_err("Patch-ID 0x%08x: size mismatch.\n", mc_hdr->patch_id); verify_and_add_patch()
806 patch->patch_id = mc_hdr->patch_id; verify_and_add_patch()
809 pr_debug("%s: Added patch_id: 0x%08x, proc_id: 0x%04x\n", verify_and_add_patch()
810 __func__, patch->patch_id, proc_id); verify_and_add_patch()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
H A Dbmi.h132 __le32 patch_id; member in struct:bmi_cmd::__anon8054::__anon8064
172 __le32 patch_id; member in struct:bmi_resp::__anon8074
175 __le32 patch_id; member in struct:bmi_resp::__anon8075
/linux-4.4.14/arch/x86/include/asm/
H A Dmicrocode_amd.h23 u32 patch_id; member in struct:microcode_header_amd
/linux-4.4.14/drivers/nfc/
H A Dnfcwilink.c76 __u8 patch_id; member in struct:nci_vs_nfcc_info_rsp
191 drv->nfcc_info.patch_id); nfcwilink_get_bts_file_name()
/linux-4.4.14/include/linux/mfd/
H A Dsi476x-core.h260 * @patch_id:
267 u16 patch_id; member in struct:si476x_func_info
/linux-4.4.14/drivers/mfd/
H A Dsi476x-cmd.c428 info->patch_id = ((u16) resp[4] << 8) | resp[5]; si476x_core_cmd_func_info()

Completed in 304 milliseconds