Lines Matching defs:resources
116 struct pciconf_resource resources[PCICONF_RESOURCE_NTYPES];
552 * Look to see if this device is enabled and one of the resources
1339 printf("Disabled due to lack of resources.\n");
1390 * Allocate and initilize a pci configuration resources container.
1405 * Dispose of a pci configuration resources container.
1413 fini_range_resource(&rs->resources[i]);
1441 r = &rs->resources[type];
1478 * Exclude reserved ranges from available resources
1500 * already configured to use these resources are notified
1501 * during resource assignment if their resources are changed.
1560 pb->io_res = rs->resources[PCICONF_RESOURCE_IO];
1562 pb->mem_res = rs->resources[PCICONF_RESOURCE_MEM];
1564 pb->mem_res = rs->resources[PCICONF_RESOURCE_PREFETCHABLE_MEM];
1566 pb->pmem_res = rs->resources[PCICONF_RESOURCE_PREFETCHABLE_MEM];
1568 pb->pmem_res = rs->resources[PCICONF_RESOURCE_MEM];