Searched refs:DramLimit (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_patounum.c454 uint32_t DramBase, DramLimit; local
469 mc, MCAMD_REG_DRAMLIMIT, &DramLimit,
485 /* DramLimit = Get_PCI() Retrieved above */
486 IntlvSel = (DramLimit & 0x00000700) >> 8;
487 DramLimit |= 0x0000ffff;
492 if (!(DramBase <= SystemAddr && SystemAddr <= DramLimit)) {
496 SystemAddr, pa, DramBase, DramLimit, (int)mcnum);

Completed in 62 milliseconds