Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/pci/hotplug/
A Dshpchp_hpc.c467 *value = m66_cap ? PCI_SPEED_66MHz : PCI_SPEED_33MHz; in hpc_get_adapter_speed()
634 bus_speed = PCI_SPEED_66MHz; in shpc_get_cur_bus_speed()
698 case PCI_SPEED_66MHz: in hpc_set_bus_speed_mode()
861 bus_speed = PCI_SPEED_66MHz; in shpc_get_max_bus_speed()
A Dcpqphp.h598 return PCI_SPEED_66MHz; in get_controller_speed()
604 return (misc & 0x0800) ? PCI_SPEED_66MHz : PCI_SPEED_33MHz; in get_controller_speed()
628 return PCI_SPEED_66MHz; in get_adapter_speed()
A Dcpqphp_core.c632 if (bus->cur_bus_speed == PCI_SPEED_66MHz) in ctrl_slot_setup()
868 bus->max_bus_speed = PCI_SPEED_66MHz; in cpqhpc_probe()
911 bus->max_bus_speed = PCI_SPEED_66MHz; in cpqhpc_probe()
939 bus->max_bus_speed = PCI_SPEED_66MHz; in cpqhpc_probe()
A Drpaphp_core.c137 speed = PCI_SPEED_66MHz; in get_max_bus_speed()
A Dcpqphp_ctrl.c1190 case(PCI_SPEED_66MHz): in set_controller_speed()
1215 if (((bus->cur_bus_speed == PCI_SPEED_66MHz) && (adapter_speed == PCI_SPEED_66MHz_PCIX)) || in set_controller_speed()
1216 ((bus->cur_bus_speed == PCI_SPEED_66MHz_PCIX) && (adapter_speed == PCI_SPEED_66MHz))) in set_controller_speed()
/linux-6.3-rc2/drivers/pci/controller/
A Dpci-ftpci100.c493 max_bus_speed = PCI_SPEED_66MHz; in faraday_pci_probe()
507 cur_bus_speed = PCI_SPEED_66MHz; in faraday_pci_probe()
/linux-6.3-rc2/include/linux/
A Dpci.h279 PCI_SPEED_66MHz = 0x01, enumerator

Completed in 24 milliseconds