Lines Matching refs:uh
369 ucode_header_amd_t *uh; in ucode_chipset_amd() local
378 uh = (ucode_header_amd_t *)ptr; in ucode_chipset_amd()
381 if (uh->uh_nb_id) { in ucode_chipset_amd()
384 uh->uh_nb_id, uh->uh_nb_rev); in ucode_chipset_amd()
385 uh->uh_cpu_rev = 0xffff; in ucode_chipset_amd()
388 if (uh->uh_sb_id) { in ucode_chipset_amd()
391 uh->uh_sb_id, uh->uh_sb_rev); in ucode_chipset_amd()
392 uh->uh_cpu_rev = 0xffff; in ucode_chipset_amd()
651 ucode_header_amd_t *uh; in ucode_match_amd() local
656 uh = &ucodefp->uf_header; in ucode_match_amd()
662 if (uh->uh_cpu_rev < 0x5000 && in ucode_match_amd()
667 if (eq_sig != uh->uh_cpu_rev) in ucode_match_amd()
670 if (uh->uh_nb_id) { in ucode_match_amd()
672 "chipset id %x, revision %x", uh->uh_nb_id, uh->uh_nb_rev); in ucode_match_amd()
676 if (uh->uh_sb_id) { in ucode_match_amd()
678 "chipset id %x, revision %x", uh->uh_sb_id, uh->uh_sb_rev); in ucode_match_amd()
682 if (uh->uh_patch_id <= uinfop->cui_rev && !ucode_force_update) in ucode_match_amd()