Searched refs:SYSC_xCPARTL_OR_BITS (Results 1 – 3 of 3) sorted by relevance
133 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()
228 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()
701 #define SYSC_xCPARTL_OR_BITS 0x000F0000 /* Ors into top 4 bits */ macro