Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/pci/hotplug/
Dshpchp_hpc.c472 *value = m66_cap ? PCI_SPEED_66MHz : PCI_SPEED_33MHz; in hpc_get_adapter_speed()
656 bus_speed = PCI_SPEED_66MHz; in shpc_get_cur_bus_speed()
720 case PCI_SPEED_66MHz: in hpc_set_bus_speed_mode()
883 bus_speed = PCI_SPEED_66MHz; in shpc_get_max_bus_speed()
Dcpqphp.h593 return PCI_SPEED_66MHz; in get_controller_speed()
599 return (misc & 0x0800) ? PCI_SPEED_66MHz : PCI_SPEED_33MHz; in get_controller_speed()
623 return PCI_SPEED_66MHz; in get_adapter_speed()
Dcpqphp_core.c654 if (bus->cur_bus_speed == PCI_SPEED_66MHz) in ctrl_slot_setup()
903 bus->max_bus_speed = PCI_SPEED_66MHz; in cpqhpc_probe()
946 bus->max_bus_speed = PCI_SPEED_66MHz; in cpqhpc_probe()
974 bus->max_bus_speed = PCI_SPEED_66MHz; in cpqhpc_probe()
Drpaphp_core.c135 speed = PCI_SPEED_66MHz; in get_max_bus_speed()
Dcpqphp_ctrl.c1193 case(PCI_SPEED_66MHz): in set_controller_speed()
1218 if (((bus->cur_bus_speed == PCI_SPEED_66MHz) && (adapter_speed == PCI_SPEED_66MHz_PCIX)) || in set_controller_speed()
1219 ((bus->cur_bus_speed == PCI_SPEED_66MHz_PCIX) && (adapter_speed == PCI_SPEED_66MHz))) in set_controller_speed()
/linux-4.19.296/drivers/pci/controller/
Dpci-ftpci100.c551 max_bus_speed = PCI_SPEED_66MHz; in faraday_pci_probe()
565 cur_bus_speed = PCI_SPEED_66MHz; in faraday_pci_probe()
/linux-4.19.296/include/linux/
Dpci.h241 PCI_SPEED_66MHz = 0x01, enumerator