Home
last modified time | relevance | path

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

/arch/x86/kernel/
Damd_nb.c231 const struct pci_device_id *root_ids = amd_root_ids; in amd_cache_northbridges() local
243 root_ids = hygon_root_ids; in amd_cache_northbridges()
256 while ((root = next_northbridge(root, root_ids)) != NULL) in amd_cache_northbridges()
282 next_northbridge(root, root_ids); in amd_cache_northbridges()
298 root = next_northbridge(root, root_ids); in amd_cache_northbridges()