Lines Matching defs:base
272 #define REGP(base,phys) REG32( (U32)(base) + (phys) ) argument
275 #define REG(base,offs) REG32( (U32)(base) + offs##_##OFS ) argument
278 #define REG_8(base,offs) REG8( (U32)(base) + offs##_##OFS ) argument
281 #define REG_16(base,offs) REG16( (U32)(base) + offs##_##OFS ) argument
284 #define REG_64(base,offs) REG64( (U32)(base) + offs##_##OFS ) argument
313 #define REGRD(base,offs,fld) ((REG(base,offs) & offs##_##fld##_##MSK) \ argument
317 #define REGWRI(base,offs,fld,intval)((REG(base,offs)& ~(offs##_##fld##_##MSK))\ argument
321 #define REGWRE(base,offs,fld,enumval)((REG(base,offs) & ~(offs##_##fld##_##MSK))\ argument
326 #define REGPRD(base,phys,fld) ((REGP(base,phys) & phys##_##fld##_##MSK) \ argument
330 #define REGPWRI(base,phys,fld,intval)((REGP(base,phys)& ~(phys##_##fld##_##MSK))\ argument
334 #define REGPWRE(base,phys,fld,enumval)((REGP(base,phys) & ~(phys##_##fld##_##MSK))\ argument