Searched refs:TLBnCFG_MAXSIZE (Results 1 – 3 of 3) sorted by relevance
180 #define TLBnCFG_MAXSIZE 0x000f0000 /* Maximum Page Size (v1.0) */ macro
97 max_pg = (tlb1cfg & TLBnCFG_MAXSIZE) >> TLBnCFG_MAXSIZE_SHIFT; in setup_page_sizes()
1088 #define TLBnCFG_MAXSIZE 0x000f0000 /* Maximum Page Size (v1.0) */ macro2853 uint32_t max = (tlbncfg & TLBnCFG_MAXSIZE) >> TLBnCFG_MAXSIZE_SHIFT; in booke206_tlbnps()