Searched refs:cs55x0 (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/cpufreq/ |
H A D | gx-suspmod.c | 117 struct pci_dev *cs55x0; member 175 pci_write_config_byte(gx_params->cs55x0, reg, value); in gx_write_byte() 269 switch (gx_params->cs55x0->device) { in gx_set_cpuspeed() 279 if (gx_params->cs55x0->revision < 0x10) { in gx_set_cpuspeed() 307 pci_read_config_byte(gx_params->cs55x0, PCI_SUSCFG, &suscfg); in gx_set_cpuspeed() 465 params->cs55x0 = gx_pci; in cpufreq_gx_init() 469 pci_read_config_byte(params->cs55x0, PCI_SUSCFG, &(params->pci_suscfg)); in cpufreq_gx_init() 470 pci_read_config_byte(params->cs55x0, PCI_PMER1, &(params->pci_pmer1)); in cpufreq_gx_init() 471 pci_read_config_byte(params->cs55x0, PCI_PMER2, &(params->pci_pmer2)); in cpufreq_gx_init() 472 pci_read_config_byte(params->cs55x0, PCI_MODON, &(params->on_duration)); in cpufreq_gx_init() [all …]
|