Searched refs:CACHE_OC_ADDRESS_ARRAY (Results 1 – 4 of 4) sorted by relevance
50 #define CACHE_OC_ADDRESS_ARRAY 0xf4000000 macro102 for (addr = CACHE_OC_ADDRESS_ARRAY + waybit; in cache_init()103 addr < (CACHE_OC_ADDRESS_ARRAY + waybit + in cache_init()116 for (addr = CACHE_OC_ADDRESS_ARRAY; in cache_init()117 addr < (CACHE_OC_ADDRESS_ARRAY+ in cache_init()269 if (start >= CACHE_OC_ADDRESS_ARRAY) { in flush_cache_4096()294 flush_cache_4096(CACHE_OC_ADDRESS_ARRAY, phys); in flush_dcache_page()295 flush_cache_4096(CACHE_OC_ADDRESS_ARRAY | 0x1000, phys); in flush_dcache_page()296 flush_cache_4096(CACHE_OC_ADDRESS_ARRAY | 0x2000, phys); in flush_dcache_page()297 flush_cache_4096(CACHE_OC_ADDRESS_ARRAY | 0x3000, phys); in flush_dcache_page()[all …]
35 #define CACHE_OC_ADDRESS_ARRAY 0xf0000000 macro76 addr = CACHE_OC_ADDRESS_ARRAY|(j<<CACHE_OC_WAY_SHIFT)| in cache_wback_all()97 addr0 = CACHE_OC_ADDRESS_ARRAY + (3 << 12); in detect_cpu_and_cache_system()98 addr1 = CACHE_OC_ADDRESS_ARRAY + (1 << 12); in detect_cpu_and_cache_system()177 addr = CACHE_OC_ADDRESS_ARRAY|(j<<CACHE_OC_WAY_SHIFT)| in __flush_wback_region()213 addr = CACHE_OC_ADDRESS_ARRAY | (v&CACHE_OC_ENTRY_MASK) | in __flush_purge_region()
121 #define CACHE_OC_ADDRESS_ARRAY 0x01800000 macro
665 …unsigned long long set_base_config_addr = CACHE_OC_ADDRESS_ARRAY + (set << cpu_data->dcache.set_sh… in sh64_dcache_purge_user_range()