Searched defs:PG_ALIGN_HIGH (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/tidspbridge/include/dspbridge/
H A Ddbdefs.h29 #define PG_ALIGN_HIGH(addr, pg_size) (((addr)+(pg_size)-1) & PG_MASK(pg_size)) macro

Completed in 34 milliseconds