Searched refs:SYSC_xCPARTG_AND_BITS (Results 1 – 3 of 3) sorted by relevance
47 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()
144 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()
699 #define SYSC_xCPARTG_AND_BITS 0x00000F00 /* Masks top 4 bits */ macro