Searched refs:XTHAL_AR_WIDTH (Results 1 – 3 of 3) sorted by relevance
177 *cattr = XTHAL_MPU_ENTRY_GET_ACCESS(x) | XTHAL_MPU_ENTRY_GET_MEMORY_TYPE(x) << XTHAL_AR_WIDTH; in xthal_v2p()
1422 return (x & MemoryTypeMask) >> XTHAL_AR_WIDTH; in xthal_encode_memory_type()
1041 #define XTHAL_AR_WIDTH 4 /* # bits used to encode access rights */ macro