Home
last modified time | relevance | path

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

/arch/metag/kernel/
Dcachepart.c48 return (get_dcache_size() * ((temp >> SYSC_xCPARTG_AND_S) + 1)) >> 4; in get_global_dcache_size()
55 return (get_icache_size() * ((temp >> SYSC_xCPARTG_AND_S) + 1)) >> 4; in get_global_icache_size()
Dsmp.c147 gand1 = (old & SYSC_xCPARTG_AND_BITS) >> SYSC_xCPARTG_AND_S; in describe_cachepart_change()
148 gand2 = (new & SYSC_xCPARTG_AND_BITS) >> SYSC_xCPARTG_AND_S; in describe_cachepart_change()
/arch/metag/mm/
Dcache.c224 part >>= SYSC_xCPARTG_AND_S in metag_phys_data_cache_flush()
367 part >>= SYSC_xCPARTG_AND_S-SYSC_xCPARTL_AND_S; in metag_phys_code_cache_flush()
/arch/metag/include/asm/
Dmetag_mem.h700 #define SYSC_xCPARTG_AND_S 8 macro