Searched refs:get_max_resource (Results 1 – 1 of 1) sorted by relevance
637 static struct pci_resource *get_max_resource(struct pci_resource **head, u32 size) in get_max_resource() function2412 bus_node = get_max_resource(&(resources->bus_head), 1); in configure_new_function()2448 io_node = get_max_resource(&(resources->io_head), 0x1000); in configure_new_function()2451 mem_node = get_max_resource(&(resources->mem_head), 0x100000); in configure_new_function()2454 p_mem_node = get_max_resource(&(resources->p_mem_head), 0x100000); in configure_new_function()