Home
last modified time | relevance | path

Searched refs:SYSC_xCPARTL_OR_BITS (Results 1 – 3 of 3) sorted by relevance

/arch/metag/kernel/
Dsmp.c133 if (diff & (SYSC_xCPARTL_OR_BITS | SYSC_xCPARTL_AND_BITS)) { in describe_cachepart_change()
134 lor1 = (old & SYSC_xCPARTL_OR_BITS) >> SYSC_xCPARTL_OR_S; in describe_cachepart_change()
135 lor2 = (new & SYSC_xCPARTL_OR_BITS) >> SYSC_xCPARTL_OR_S; in describe_cachepart_change()
/arch/metag/mm/
Dcache.c228 offset = (part & SYSC_xCPARTL_OR_BITS) in metag_phys_data_cache_flush()
370 offset = (part & SYSC_xCPARTL_OR_BITS) in metag_phys_code_cache_flush()
/arch/metag/include/asm/
Dmetag_mem.h701 #define SYSC_xCPARTL_OR_BITS 0x000F0000 /* Ors into top 4 bits */ macro