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