Searched refs:SYSC_xCPARTG_AND_S (Results 1 – 4 of 4) sorted by relevance
49 return (get_dcache_size() * ((temp >> SYSC_xCPARTG_AND_S) + 1)) >> 4; in get_global_dcache_size()56 return (get_icache_size() * ((temp >> SYSC_xCPARTG_AND_S) + 1)) >> 4; in get_global_icache_size()
149 gand1 = (old & SYSC_xCPARTG_AND_BITS) >> SYSC_xCPARTG_AND_S; in describe_cachepart_change()150 gand2 = (new & SYSC_xCPARTG_AND_BITS) >> SYSC_xCPARTG_AND_S; in describe_cachepart_change()
224 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()
700 #define SYSC_xCPARTG_AND_S 8 macro