Lines Matching defs:limitr
213 pcireg_t baser, limitr;
231 limitr = __SHIFTOUT(io, PCI_BRIDGE_STATIO_IOLIMIT) >> 4;
244 limitr |= limith << 4;
248 if (baser > limitr)
252 pal.pal_size = (limitr - baser + 1) * fourkb;
476 pcireg_t baser, limitr;
495 limitr = (mem >> PCI_BRIDGE_MEMORY_LIMIT_SHIFT) &
499 if (baser > limitr || limitr == 0)
503 pal.pal_size = (limitr - baser + 1) * onemeg;
518 uint64_t baser, limitr;
537 limitr = (mem >> PCI_BRIDGE_PREFETCHMEM_LIMIT_SHIFT) &
548 limitr |= hibase << 12;
552 if (baser > limitr || limitr == 0)
556 pal.pal_size = (limitr - baser + 1) * onemeg;