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

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_patounum.c61 uint64_t mcnum, base, lim, dramaddr, ilen, ilsel, top, holesz; local
107 dramaddr = BITS(pa, 39, 0) - BITS(base, 39, 24);
127 top = BITS(dramaddr, 36, 13) >> 1;
129 top = BITS(dramaddr, 37, 14) >> 2;
131 top = BITS(dramaddr, 38, 15) >> 3;
133 top = BITS(dramaddr, 35, 12);
136 *iaddrp = top | BITS(dramaddr, 11, 0);
H A Dmcamd_rowcol.c376 uint64_t dramaddr; local
402 * 1, 2, or 3 bits 12:12, 13:12, or 14:12 from dramaddr,
413 dramaddr = (BITS(iaddr, 35, 12) << intlvbits) |
416 dramaddr = iaddr + mcpp->base;
419 *rsltp = dramaddr;
424 dramaddr);

Completed in 62 milliseconds