Lines Matching defs:memctl
112 #define RASIZE0(memctl) (8 << ((((memctl) >> 8) & 0x7) << 1))
113 #define RASIZE1(memctl) (8 << ((((memctl) >> 11) & 0x7) << 1))
114 #define RATBL0(memctl) (((memctl) >> 8) & 0x7)
115 #define RATBL1(memctl) (((memctl) >> 11) & 0x7)
123 #define INTLV0(memctl) (1 << ((memctl) & 0x7))
124 #define INTLV1(memctl) (1 << (((memctl) >> 3) & 0x7))
125 #define INTVAL0(memctl) ((memctl) & 0x7)
126 #define INTVAL1(memctl) (((memctl) >> 3) & 0x7)