Lines Matching defs:range
256 cardbus_bus_range_t *range;
284 /* look for the bus-range property */
287 "bus-range", (caddr_t)&pci_bus_range, &len) == DDI_SUCCESS) {
290 if ((pci_bus_range.lo >= ctrl->range->lo) &&
291 (pci_bus_range.hi <= ctrl->range->hi)) {
296 /* claim the bus range from the bus resource map */
360 DDI_PROP_DONTPASS, "bus-range", (caddr_t)&bus_range, &len);
370 ctrl.range = &bus_range;
380 "bus-range", (int *)&bus_range, 2);
498 /* a hack to fix the bus-range problem on pci root nodes */
2428 if (ddi_getlongprop(DDI_DEV_T_ANY, pdip, DDI_PROP_DONTPASS, "bus-range",
2459 "bus-range", (int *)bus_range, 2) != DDI_SUCCESS) {
2461 "fail to update bus-range property\n");