Lines Matching refs:new_rev
197 uusp->new_rev = uinfop->cui_rev; in ucode_write()
217 uusp->new_rev = uinfop->cui_rev; in ucode_write()
303 if (uusp->new_rev != 0 && uusp->info.cui_rev == uusp->new_rev && in ucode_update()
306 } else if ((uusp->new_rev == 0) || (uusp->expected_rev != 0 && in ucode_update()
307 uusp->expected_rev != uusp->new_rev)) { in ucode_update()
313 id, uusp->info.cui_rev, uusp->new_rev); in ucode_update()
446 uint32_t old_rev, new_rev; in ucode_finish() local
463 new_rev = uinfop->cui_pending_rev; in ucode_finish()
466 if (uinfop->cui_rev != new_rev) { in ucode_finish()
469 new_rev); in ucode_finish()
472 new_rev); in ucode_finish()
543 uint32_t old_rev, new_rev; in ucode_check_boot() local
546 new_rev = uinfop->cui_pending_rev; in ucode_check_boot()
550 if (uinfop->cui_rev != new_rev) { in ucode_check_boot()
553 old_rev, new_rev); in ucode_check_boot()
556 old_rev, new_rev); in ucode_check_boot()