Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/cpu/microcode/
Damd.c45 u32 patch_id; member
244 if (eq_id == mc->hdr.processor_rev_id && rev < mc->hdr.patch_id) { in apply_ucode_in_initrd()
247 rev = mc->hdr.patch_id; in apply_ucode_in_initrd()
319 if (mc->hdr.patch_id && mc->hdr.processor_rev_id) { in load_ucode_amd_ap()
381 if (mc && rev < mc->hdr.patch_id) { in load_ucode_amd_ap()
383 ucode_new_rev = mc->hdr.patch_id; in load_ucode_amd_ap()
469 if (mc && rev < mc->hdr.patch_id) { in reload_ucode_amd()
471 ucode_new_rev = mc->hdr.patch_id; in reload_ucode_amd()
516 if (p->patch_id >= new_patch->patch_id) in update_cache()
566 if (p && (p->patch_id == csig->rev)) in collect_cpu_info_amd()
[all …]
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dbmi.h132 __le32 patch_id; member
172 __le32 patch_id; member
175 __le32 patch_id; member
/linux-4.4.14/arch/x86/include/asm/
Dmicrocode_amd.h23 u32 patch_id; member
/linux-4.4.14/drivers/nfc/
Dnfcwilink.c76 __u8 patch_id; member
191 drv->nfcc_info.patch_id); in nfcwilink_get_bts_file_name()
/linux-4.4.14/include/linux/mfd/
Dsi476x-core.h267 u16 patch_id; member
/linux-4.4.14/drivers/mfd/
Dsi476x-cmd.c428 info->patch_id = ((u16) resp[4] << 8) | resp[5]; in si476x_core_cmd_func_info()