Lines Matching defs:boundbase
1134 uint64_t boundbase, boundlen;
1145 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen,
1152 mem_request->ra_boundbase = boundbase;
1153 mem_request->ra_boundlen = boundbase + boundlen;
1164 phdl->memory_base = phdl->memory_last = boundbase;
1179 if (ndi_ra_free(dip, boundbase, boundlen, NDI_RA_TYPE_MEM,
1185 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen,
1194 io_request->ra_boundbase = boundbase;
1195 io_request->ra_boundlen = boundbase + boundlen;
1203 phdl->io_base = phdl->io_last = (uint32_t)boundbase;
1223 if (ndi_ra_free(dip, boundbase, boundlen, NDI_RA_TYPE_IO,
1493 pcicfg_get_ntbridge_child_range(dev_info_t *dip, uint64_t *boundbase,
1533 *boundbase = assigned[i].pci_phys_low;