Lines Matching refs:ver
81 uint32_t ver; in law_getmax() local
84 ver = SVR_VER(mfspr(SPR_SVR)); in law_getmax()
85 switch (ver) { in law_getmax()
227 uint32_t ver; in law_pci_target() local
230 ver = SVR_VER(mfspr(SPR_SVR)); in law_pci_target()
247 if (ver == SVR_MPC8548E || ver == SVR_MPC8548) in law_pci_target()
254 if (ver == SVR_MPC8548E || ver == SVR_MPC8548) in law_pci_target()
294 uint32_t csr, size, ver; in mpc85xx_enable_l3_cache() local
297 ver = SVR_VER(mfspr(SPR_SVR)); in mpc85xx_enable_l3_cache()
298 if (ver == SVR_P2041 || ver == SVR_P2041E || ver == SVR_P3041 || in mpc85xx_enable_l3_cache()
299 ver == SVR_P3041E || ver == SVR_P5020 || ver == SVR_P5020E) { in mpc85xx_enable_l3_cache()