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

/linux-master/drivers/pci/controller/
H A Dpci-ftpci100.c482 max_bus_speed = PCI_SPEED_66MHz;
496 cur_bus_speed = PCI_SPEED_66MHz;
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c632 if (bus->cur_bus_speed == PCI_SPEED_66MHz)
868 bus->max_bus_speed = PCI_SPEED_66MHz;
911 bus->max_bus_speed = PCI_SPEED_66MHz;
939 bus->max_bus_speed = PCI_SPEED_66MHz;
H A Dshpchp_hpc.c467 *value = m66_cap ? PCI_SPEED_66MHz : PCI_SPEED_33MHz;
634 bus_speed = PCI_SPEED_66MHz;
698 case PCI_SPEED_66MHz:
861 bus_speed = PCI_SPEED_66MHz;
H A Dcpqphp.h598 return PCI_SPEED_66MHz;
604 return (misc & 0x0800) ? PCI_SPEED_66MHz : PCI_SPEED_33MHz;
628 return PCI_SPEED_66MHz;
H A Drpaphp_core.c137 speed = PCI_SPEED_66MHz;
H A Dcpqphp_ctrl.c1190 case(PCI_SPEED_66MHz):
1215 if (((bus->cur_bus_speed == PCI_SPEED_66MHz) && (adapter_speed == PCI_SPEED_66MHz_PCIX)) ||
1216 ((bus->cur_bus_speed == PCI_SPEED_66MHz_PCIX) && (adapter_speed == PCI_SPEED_66MHz)))
/linux-master/include/linux/
H A Dpci.h279 PCI_SPEED_66MHz = 0x01, enumerator in enum:pci_bus_speed

Completed in 161 milliseconds