Home
last modified time | relevance | path

Searched refs:mod_rev (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/arch/sparc/mm/
Dsrmmu.c2029 unsigned long mod_typ, mod_rev, psr_typ, psr_vers; in get_srmmu_type() local
2036 mod_rev = (mreg & 0x0f000000) >> 24; in get_srmmu_type()
2048 switch(mod_rev) { in get_srmmu_type()
2066 init_cypress_605(mod_rev); in get_srmmu_type()
2070 init_cypress_605(mod_rev); in get_srmmu_type()
2111 ((psr_vers == 1) && (mod_typ == 0) && (mod_rev == 0)))) { in get_srmmu_type()
2117 if(psr_typ == 4 && psr_vers == 1 && (mod_typ || mod_rev)) { in get_srmmu_type()