Home
last modified time | relevance | path

Searched defs:memctl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dac.h112 #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) & 0x7)) argument
124 #define INTLV1(memctl) (1 << (((memctl) >> 3) & 0x7)) argument
125 #define INTVAL0(memctl) ((memctl) & 0x7) argument
126 #define INTVAL1(memctl) (((memctl) >> 3) & 0x7) argument