Searched refs:hold_IO_node (Results 1 – 1 of 1) sorted by relevance
2341 struct pci_resource *hold_IO_node; in configure_new_function() local2451 hold_IO_node = kmalloc(sizeof(*hold_IO_node), GFP_KERNEL); in configure_new_function()2455 if (!hold_bus_node || !hold_IO_node || !hold_mem_node || !hold_p_mem_node) { in configure_new_function()2457 kfree(hold_IO_node); in configure_new_function()2472 memcpy(hold_IO_node, io_node, sizeof(struct pci_resource)); in configure_new_function()2584 if (hold_IO_node && temp_resources.io_head) { in configure_new_function()2586 &hold_IO_node, 0x1000); in configure_new_function()2590 hold_IO_node->base = io_node->base + io_node->length; in configure_new_function()2592 temp_byte = (hold_IO_node->base) >> 8; in configure_new_function()2604 hold_IO_node->length = io_node->base - hold_IO_node->base; in configure_new_function()[all …]