Home
last modified time | relevance | path

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

/openbmc/linux/drivers/cpufreq/
H A Dgx-suspmod.c184 struct pci_dev *gx_pci = NULL; in gx_detect_chipset() local
187 for_each_pci_dev(gx_pci) { in gx_detect_chipset()
188 if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL) in gx_detect_chipset()
189 return gx_pci; in gx_detect_chipset()
448 struct pci_dev *gx_pci; in cpufreq_gx_init() local
451 gx_pci = gx_detect_chipset(); in cpufreq_gx_init()
452 if (gx_pci == NULL) in cpufreq_gx_init()
465 params->cs55x0 = gx_pci; in cpufreq_gx_init()