Home
last modified time | relevance | path

Searched refs:patch_id (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/kernel/cpu/microcode/
Damd.c44 u32 patch_id; member
89 if (p->patch_id >= new_patch->patch_id) in update_cache()
139 if (p && (p->patch_id == csig->rev)) in collect_cpu_info_amd()
188 if (rev != mc_amd->hdr.patch_id) in __apply_microcode_amd()
216 if (rev >= mc_amd->hdr.patch_id) { in apply_microcode_amd()
224 cpu, mc_amd->hdr.patch_id); in apply_microcode_amd()
228 mc_amd->hdr.patch_id); in apply_microcode_amd()
230 uci->cpu_sig.rev = mc_amd->hdr.patch_id; in apply_microcode_amd()
231 c->microcode = mc_amd->hdr.patch_id; in apply_microcode_amd()
305 mc_hdr->patch_id); in verify_and_add_patch()
[all …]
Damd_early.c213 if (eq_id == mc->hdr.processor_rev_id && rev < mc->hdr.patch_id) { in apply_ucode_in_initrd()
216 rev = mc->hdr.patch_id; in apply_ucode_in_initrd()
270 if (mc->hdr.patch_id && mc->hdr.processor_rev_id) { in load_ucode_amd_ap()
332 if (mc && rev < mc->hdr.patch_id) { in load_ucode_amd_ap()
334 ucode_new_rev = mc->hdr.patch_id; in load_ucode_amd_ap()
415 if (mc && rev < mc->hdr.patch_id) { in reload_ucode_amd()
417 ucode_new_rev = mc->hdr.patch_id; in reload_ucode_amd()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dbmi.h122 __le32 patch_id; member
162 __le32 patch_id; member
165 __le32 patch_id; member
/linux-4.1.27/arch/x86/include/asm/
Dmicrocode_amd.h23 u32 patch_id; member
/linux-4.1.27/drivers/nfc/
Dnfcwilink.c76 __u8 patch_id; member
191 drv->nfcc_info.patch_id); in nfcwilink_get_bts_file_name()
/linux-4.1.27/include/linux/mfd/
Dsi476x-core.h267 u16 patch_id; member
/linux-4.1.27/drivers/mfd/
Dsi476x-cmd.c428 info->patch_id = ((u16) resp[4] << 8) | resp[5]; in si476x_core_cmd_func_info()