Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/microcode/
Damd.c182 if (rev != mc->hdr.patch_id) in __apply_microcode_amd()
225 if (rev >= mc->hdr.patch_id) in apply_microcode_early_amd()
229 *new_rev = mc->hdr.patch_id; in apply_microcode_early_amd()
308 if (*new_rev && rev < mc->hdr.patch_id) { in load_ucode_amd_ap()
310 *new_rev = mc->hdr.patch_id; in load_ucode_amd_ap()
357 if (rev < mc->hdr.patch_id) { in reload_ucode_amd()
359 ucode_new_rev = mc->hdr.patch_id; in reload_ucode_amd()
403 if (p->patch_id >= new_patch->patch_id) { in update_cache()
456 if (p && (p->patch_id == csig->rev)) in collect_cpu_info_amd()
524 if (rev >= mc_amd->hdr.patch_id) { in apply_microcode_amd()
[all …]
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dbmi.h134 __le32 patch_id; member
174 __le32 patch_id; member
177 __le32 patch_id; member
/Linux-v4.19/arch/x86/include/asm/
Dmicrocode_amd.h24 u32 patch_id; member
Dmicrocode.h12 u32 patch_id; member
/Linux-v4.19/drivers/staging/rtlwifi/phydm/
Dphydm_dynamicbbpowersaving.c70 if (dm->patch_id == 40) { /* RT_CID_819x_FUNAI_TV */ in odm_rf_saving()
Dphydm_hwconfig.c702 if ((dm->support_platform == ODM_WIN) && (dm->patch_id == 19)) { in odm_rx_phy_status92c_series_parsing()
705 (dm->patch_id == 25)) { in odm_rx_phy_status92c_series_parsing()
907 (dm->patch_id == RT_CID_819X_LENOVO)) in odm_rx_phy_status_jaguar_series_parsing()
1004 if ((dm->support_platform == ODM_WIN) && (dm->patch_id == 19)) { in odm_rx_phy_status_jaguar_series_parsing()
Dphydm.h465 u8 patch_id; /*Customer ID*/ member
Dphydm.c829 dm->patch_id = (u8)value; in odm_cmn_info_init()
/Linux-v4.19/include/linux/mfd/
Dsi476x-core.h267 u16 patch_id; member
/Linux-v4.19/drivers/mfd/
Dsi476x-cmd.c428 info->patch_id = ((u16) resp[4] << 8) | resp[5]; in si476x_core_cmd_func_info()