Searched refs:PCI_SPEED_66MHz (Results 1 - 6 of 6) sorted by relevance

/linux-4.1.27/drivers/pci/hotplug/
H A Dcpqphp.h607 return PCI_SPEED_66MHz; get_controller_speed()
613 return (misc & 0x0800) ? PCI_SPEED_66MHz : PCI_SPEED_33MHz; get_controller_speed()
637 return PCI_SPEED_66MHz; get_adapter_speed()
H A Dcpqphp_core.c678 if (bus->cur_bus_speed == PCI_SPEED_66MHz) ctrl_slot_setup()
928 bus->max_bus_speed = PCI_SPEED_66MHz; cpqhpc_probe()
971 bus->max_bus_speed = PCI_SPEED_66MHz; cpqhpc_probe()
999 bus->max_bus_speed = PCI_SPEED_66MHz; cpqhpc_probe()
H A Dshpchp_hpc.c489 *value = m66_cap ? PCI_SPEED_66MHz : PCI_SPEED_33MHz; hpc_get_adapter_speed()
673 bus_speed = PCI_SPEED_66MHz; shpc_get_cur_bus_speed()
737 case PCI_SPEED_66MHz: hpc_set_bus_speed_mode()
900 bus_speed = PCI_SPEED_66MHz; shpc_get_max_bus_speed()
H A Drpaphp_core.c148 speed = PCI_SPEED_66MHz; get_max_bus_speed()
H A Dcpqphp_ctrl.c1207 case(PCI_SPEED_66MHz): set_controller_speed()
1232 if (((bus->cur_bus_speed == PCI_SPEED_66MHz) && (adapter_speed == PCI_SPEED_66MHz_PCIX)) || set_controller_speed()
1233 ((bus->cur_bus_speed == PCI_SPEED_66MHz_PCIX) && (adapter_speed == PCI_SPEED_66MHz))) set_controller_speed()
/linux-4.1.27/include/linux/
H A Dpci.h214 PCI_SPEED_66MHz = 0x01, enumerator in enum:pci_bus_speed

Completed in 135 milliseconds