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