Home
last modified time | relevance | path

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

/arch/metag/kernel/
Dsmp.c157 if (diff & SYSC_DCPART_GCON_BIT) in describe_cachepart_change()
159 (new & SYSC_DCPART_GCON_BIT) ? "+" : "-"); in describe_cachepart_change()
191 dcpart_new |= SYSC_DCPART_GCON_BIT; in setup_smp_cache()
/arch/metag/include/asm/
Dmetag_mem.h704 #define SYSC_DCPART_GCON_BIT 0x00100000 /* Coherent shared local */ macro