Searched refs:chiprev_matches (Results 1 – 4 of 4) sorted by relevance
300 if (!chiprev_matches(rev, AO_F_REVS_FG)) in nb_mcamisc_init()458 if (chiprev_matches(rev, nbcp->cfg_revmask)) { in ao_nb_cfg()479 if (chiprev_matches(rev, AO_F_REVS_FG) && in ao_dram_cfg()812 if (chiprev_matches(rev, extrap->ctl_revmask)) in ao_ms_bankctl_val()881 if (chiprev_matches(rev, AO_F_REVS_FG)) in ao_ms_mca_init()
272 #define MC_REV_MATCH(rev, revmask) chiprev_matches(rev, revmask)
1781 extern boolean_t chiprev_matches(const x86_chiprev_t, const x86_chiprev_t);
8311 chiprev_matches(const x86_chiprev_t cr, const x86_chiprev_t template) in chiprev_matches() function