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.c1028 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()
1047 mem_request->ra_boundbase = boundbase; in pcicfg_ntbridge_allocate_resources()
1048 mem_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1059 phdl->memory_base = phdl->memory_last = boundbase; in pcicfg_ntbridge_allocate_resources()
1069 if (pcicfg_get_ntbridge_child_range(dip, &boundbase, &boundlen, in pcicfg_ntbridge_allocate_resources()
1078 io_request->ra_boundbase = boundbase; in pcicfg_ntbridge_allocate_resources()
1079 io_request->ra_boundlen = boundbase + boundlen; in pcicfg_ntbridge_allocate_resources()
1087 phdl->io_base = phdl->io_last = (uint32_t)boundbase; in pcicfg_ntbridge_allocate_resources()
1097 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 …]