Searched refs:USABLE_PG_BD_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
6113 #define USABLE_PG_BD_PER_PAGE (TOTAL_PG_BD_PER_PAGE - 1) macro6116 #define USABLE_PG_BD_ALLOC (USABLE_PG_BD_PER_PAGE * sc->pg_pages)6120 #define NEXT_PG_BD(x) (((x) & USABLE_PG_BD_PER_PAGE) == \6121 (USABLE_PG_BD_PER_PAGE - 1)) ? (x) + 2 : (x) + 16125 #define PG_PAGE(x) (((x) & ~USABLE_PG_BD_PER_PAGE) >> (BCM_PAGE_BITS - 4))6126 #define PG_IDX(x) ((x) & USABLE_PG_BD_PER_PAGE)