Searched refs:pci_resource (Results 1 – 5 of 5) sorted by relevance
239 struct pci_resource *mem_head;240 struct pci_resource *p_mem_head;241 struct pci_resource *io_head;242 struct pci_resource *bus_head;266 struct pci_resource { struct267 struct pci_resource *next; argument282 struct pci_resource *mem_head; argument283 struct pci_resource *p_mem_head;284 struct pci_resource *io_head;285 struct pci_resource *bus_head;[all …]
298 static int sort_by_size(struct pci_resource **head) in sort_by_size()300 struct pci_resource *current_res; in sort_by_size()301 struct pci_resource *next_res; in sort_by_size()346 static int sort_by_max_size(struct pci_resource **head) in sort_by_max_size()348 struct pci_resource *current_res; in sort_by_max_size()349 struct pci_resource *next_res; in sort_by_max_size()396 static struct pci_resource *do_pre_bridge_resource_split(struct pci_resource **head, in do_pre_bridge_resource_split()397 struct pci_resource **orig_head, u32 alignment) in do_pre_bridge_resource_split()399 struct pci_resource *prevnode = NULL; in do_pre_bridge_resource_split()400 struct pci_resource *node; in do_pre_bridge_resource_split()[all …]
232 struct pci_resource *resNode; in store_HRT()427 struct pci_resource *mem_node; in compaq_nvram_load()428 struct pci_resource *p_mem_node; in compaq_nvram_load()429 struct pci_resource *io_node; in compaq_nvram_load()430 struct pci_resource *bus_node; in compaq_nvram_load()507 mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load()535 p_mem_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load()563 io_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load()591 bus_node = kmalloc(sizeof(struct pci_resource), GFP_KERNEL); in compaq_nvram_load()
1254 struct pci_resource *res; in unload_cpqphpd()1255 struct pci_resource *tres; in unload_cpqphpd()
1210 static struct resource pci_resource(struct pci_dev *pdev, int bar) in pci_resource() function1227 ggtt->gmadr = pci_resource(pdev, GEN4_GMADR_BAR); in gen8_gmch_probe()1403 ggtt->gmadr = pci_resource(pdev, GEN4_GMADR_BAR); in gen6_gmch_probe()