Lines Matching refs:boundlen
1134 uint64_t boundbase, boundlen; in pcicfg_ntbridge_allocate_resources() local
1145 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen, in pcicfg_ntbridge_allocate_resources()
1153 mem_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1154 mem_request->ra_len = boundlen; in pcicfg_ntbridge_allocate_resources()
1165 phdl->memory_len = boundlen; in pcicfg_ntbridge_allocate_resources()
1171 boundlen, mem_request->ra_len); in pcicfg_ntbridge_allocate_resources()
1179 if (ndi_ra_free(dip, boundbase, boundlen, NDI_RA_TYPE_MEM, in pcicfg_ntbridge_allocate_resources()
1185 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen, in pcicfg_ntbridge_allocate_resources()
1191 io_request->ra_len = boundlen; in pcicfg_ntbridge_allocate_resources()
1195 io_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1204 phdl->io_len = (uint32_t)boundlen; in pcicfg_ntbridge_allocate_resources()
1210 boundlen, io_request->ra_len); in pcicfg_ntbridge_allocate_resources()
1223 if (ndi_ra_free(dip, boundbase, boundlen, NDI_RA_TYPE_IO, in pcicfg_ntbridge_allocate_resources()
1494 uint64_t *boundlen, uint_t space_type) in pcicfg_get_ntbridge_child_range() argument
1534 *boundlen = assigned[i].pci_size_low; in pcicfg_get_ntbridge_child_range()