Home
last modified time | relevance | path

Searched refs:next_northbridge (Results 1 – 1 of 1) sorted by relevance

/linux/arch/x86/kernel/
A Damd_nb.c129 static struct pci_dev *next_northbridge(struct pci_dev *dev, in next_northbridge() function
255 while ((misc = next_northbridge(misc, misc_ids)) != NULL) in amd_cache_northbridges()
262 while ((root = next_northbridge(root, root_ids)) != NULL) in amd_cache_northbridges()
288 next_northbridge(root, root_ids); in amd_cache_northbridges()
290 next_northbridge(misc, misc_ids); in amd_cache_northbridges()
292 next_northbridge(link, link_ids); in amd_cache_northbridges()
304 root = next_northbridge(root, root_ids); in amd_cache_northbridges()

Completed in 4 milliseconds