Searched refs:SYSC_CMMUCFG_DC_ON_BIT (Results 1 – 2 of 2) sorted by relevance
286 if ((metag_in32(SYSC_CACHE_MMU_CONFIG) & SYSC_CMMUCFG_DC_ON_BIT) == 0) in metag_data_cache_flush_all()298 if ((metag_in32(SYSC_CACHE_MMU_CONFIG) & SYSC_CMMUCFG_DC_ON_BIT) == 0) in metag_data_cache_flush()
649 #define SYSC_CMMUCFG_DC_ON_BIT 0x2 macro