Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/
Damd_nb.c223 const struct pci_device_id *root_ids = amd_root_ids; in amd_cache_northbridges() local
235 root_ids = hygon_root_ids; in amd_cache_northbridges()
248 while ((root = next_northbridge(root, root_ids)) != NULL) in amd_cache_northbridges()
274 next_northbridge(root, root_ids); in amd_cache_northbridges()
290 root = next_northbridge(root, root_ids); in amd_cache_northbridges()