Lines Matching refs:boundlen
1028 uint64_t boundbase, boundlen; in pcicfg_ntbridge_allocate_resources() local
1040 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen, in pcicfg_ntbridge_allocate_resources()
1048 mem_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1049 mem_request->ra_len = boundlen; in pcicfg_ntbridge_allocate_resources()
1060 phdl->memory_len = boundlen; in pcicfg_ntbridge_allocate_resources()
1066 boundlen, mem_request->ra_len); in pcicfg_ntbridge_allocate_resources()
1069 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen, in pcicfg_ntbridge_allocate_resources()
1075 io_request->ra_len = boundlen; in pcicfg_ntbridge_allocate_resources()
1079 io_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1088 phdl->io_len = (uint32_t)boundlen; in pcicfg_ntbridge_allocate_resources()
1094 boundlen, io_request->ra_len); in pcicfg_ntbridge_allocate_resources()
1097 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen, in pcicfg_ntbridge_allocate_resources()
1105 pf_mem_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1106 pf_mem_request->ra_len = boundlen; in pcicfg_ntbridge_allocate_resources()
1117 phdl->pf_memory_len = boundlen; in pcicfg_ntbridge_allocate_resources()
1123 "memory\n", boundlen, pf_mem_request->ra_len); in pcicfg_ntbridge_allocate_resources()
1426 uint64_t *boundlen, uint_t space_type) in pcicfg_get_ntbridge_child_range() argument
1470 *boundlen = assigned[i].pci_size_low; in pcicfg_get_ntbridge_child_range()