Searched refs:gx_pci (Results 1 – 1 of 1) sorted by relevance
188 struct pci_dev *gx_pci = NULL; in gx_detect_chipset() local191 for_each_pci_dev(gx_pci) { in gx_detect_chipset()192 if ((pci_match_id(gx_chipset_tbl, gx_pci)) != NULL) in gx_detect_chipset()193 return gx_pci; in gx_detect_chipset()452 struct pci_dev *gx_pci; in cpufreq_gx_init() local455 gx_pci = gx_detect_chipset(); in cpufreq_gx_init()456 if (gx_pci == NULL) in cpufreq_gx_init()469 params->cs55x0 = gx_pci; in cpufreq_gx_init()