Lines Matching refs:base
152 * @hpa: base address of the sba
172 * @hpa: base address of the IOMMU
1282 ** Firmware programs the base and size of a "safe IOVA space"
1472 DBG_INIT("%s() IOV base %#lx mask %#0lx\n",
2040 int base, size;
2043 base = READ_REG32(reg + LMMIO_DIRECT0_BASE);
2044 if ((base & 1) == 0)
2052 r->start = (base & ~1UL) | PCI_F_EXTEND;
2067 * of the base address and size of the range.
2074 int base, size;
2081 base = READ_REG32(sba->sba_hpa + LMMIO_DIST_BASE);
2082 if ((base & 1) == 0) {
2087 r->start = (base & ~1UL) | PCI_F_EXTEND;
2090 r->start += rope * (size + 1); /* adjust base for this rope */