Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/microcode/
H A Damd.c277 pr_err("Patch-ID 0x%08x: chipset-specific code unsupported.\n", mc_hdr->patch_id); in verify_patch()
401 if (rev != mc->hdr.patch_id) in __apply_microcode_amd()
450 if (rev > mc->hdr.patch_id) in apply_microcode_early_amd()
454 *new_rev = mc->hdr.patch_id; in apply_microcode_early_amd()
537 if (*new_rev && rev <= mc->hdr.patch_id) { in load_ucode_amd_ap()
539 *new_rev = mc->hdr.patch_id; in load_ucode_amd_ap()
586 if (rev < mc->hdr.patch_id) { in reload_ucode_amd()
588 ucode_new_rev = mc->hdr.patch_id; in reload_ucode_amd()
618 if (p->patch_id >= new_patch->patch_id) { in update_cache()
671 if (p && (p->patch_id == csig->rev)) in collect_cpu_info_amd()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dbmi.h137 __le32 patch_id; member
177 __le32 patch_id; member
180 __le32 patch_id; member
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dmicrocode_amd.h24 u32 patch_id; member
H A Dmicrocode.h13 u32 patch_id; member
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt1x/
H A Dgt1x_update.c682 fw_ver_info.patch_id = (update_info.firmware->version[0] << 16) in gt1x_update_judge()
733 if ((fw_ver_info.patch_id & 0xFF0000) != (ver_info.patch_id & 0xFF0000)) { in gt1x_update_judge()
743 if ((fw_ver_info.patch_id & 0xFFFF) <= (ver_info.patch_id & 0xFFFF)) { in gt1x_update_judge()
H A Dgt1x_generic.c41 .patch_id = 0,
820 u32 patch_id = 0; in gt1x_read_version() local
858 patch_id = (u32) ((buf[4] << 16) | (buf[5] << 8) | buf[6]); in gt1x_read_version()
863 …GTP_INFO("IC VERSION:GT%s_%06X(Patch)_%04X(Mask)_%02X(SensorID)", product_id, patch_id, mask_id >>… in gt1x_read_version()
867 ver_info->patch_id = patch_id; in gt1x_read_version()
H A Dgt1x_generic.h404 u32 patch_id; member
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dsi476x-core.h258 u16 patch_id; member
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsi476x-cmd.c419 info->patch_id = ((u16) resp[4] << 8) | resp[5]; in si476x_core_cmd_func_info()