Searched defs:memctl (Results 1 – 1 of 1) sorted by relevance
112 #define RASIZE0(memctl) (8 << ((((memctl) >> 8) & 0x7) << 1)) argument 113 #define RASIZE1(memctl) (8 << ((((memctl) >> 11) & 0x7) << 1)) argument 114 #define RATBL0(memctl) (((memctl) >> 8) & 0x7) argument 115 #define RATBL1(memctl) (((memctl) >> 11) & 0x7) argument 123 #define INTLV0(memctl) (1 << ((memctl) argument 124 INTLV1(memctl) global() argument 125 INTVAL0(memctl) global() argument 126 INTVAL1(memctl) global() argument [all...]