Home
last modified time | relevance | path

Searched refs:boundbase (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c1025 uint64_t boundbase, boundlen; in pcicfg_ntbridge_allocate_resources() local
1037 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen, in pcicfg_ntbridge_allocate_resources()
1044 mem_request->ra_boundbase = boundbase; in pcicfg_ntbridge_allocate_resources()
1045 mem_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1056 phdl->memory_base = phdl->memory_last = boundbase; in pcicfg_ntbridge_allocate_resources()
1066 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen, in pcicfg_ntbridge_allocate_resources()
1075 io_request->ra_boundbase = boundbase; in pcicfg_ntbridge_allocate_resources()
1076 io_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1084 phdl->io_base = phdl->io_last = (uint32_t)boundbase; in pcicfg_ntbridge_allocate_resources()
1094 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen, in pcicfg_ntbridge_allocate_resources()
[all …]
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c1134 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()
1152 mem_request->ra_boundbase = boundbase; in pcicfg_ntbridge_allocate_resources()
1153 mem_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1164 phdl->memory_base = phdl->memory_last = boundbase; 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()
1194 io_request->ra_boundbase = boundbase; in pcicfg_ntbridge_allocate_resources()
1195 io_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1203 phdl->io_base = phdl->io_last = (uint32_t)boundbase; in pcicfg_ntbridge_allocate_resources()
[all …]