Home
last modified time | relevance | path

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

/arch/metag/kernel/
Dcachepart.c47 unsigned int temp = cpart & SYSC_xCPARTG_AND_BITS; in get_global_dcache_size()
54 unsigned int temp = cpart & SYSC_xCPARTG_AND_BITS; in get_global_icache_size()
Dsmp.c144 if (diff & (SYSC_xCPARTG_OR_BITS | SYSC_xCPARTG_AND_BITS)) { in describe_cachepart_change()
147 gand1 = (old & SYSC_xCPARTG_AND_BITS) >> SYSC_xCPARTG_AND_S; in describe_cachepart_change()
148 gand2 = (new & SYSC_xCPARTG_AND_BITS) >> SYSC_xCPARTG_AND_S; in describe_cachepart_change()
/arch/metag/include/asm/
Dmetag_mem.h699 #define SYSC_xCPARTG_AND_BITS 0x00000F00 /* Masks top 4 bits */ macro