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

/linux-master/drivers/pci/controller/
H A Dpci-ftpci100.c416 unsigned char max_bus_speed = PCI_SPEED_33MHz;
417 unsigned char cur_bus_speed = PCI_SPEED_33MHz;
488 max_bus_speed = PCI_SPEED_33MHz;
494 cur_bus_speed = PCI_SPEED_33MHz;
/linux-master/drivers/pci/hotplug/
H A Dcpqphp_core.c879 bus->max_bus_speed = PCI_SPEED_33MHz;
890 bus->max_bus_speed = PCI_SPEED_33MHz;
900 bus->max_bus_speed = PCI_SPEED_33MHz;
941 bus->max_bus_speed = PCI_SPEED_33MHz;
H A Dshpchp_hpc.c467 *value = m66_cap ? PCI_SPEED_66MHz : PCI_SPEED_33MHz;
631 bus_speed = PCI_SPEED_33MHz;
695 case PCI_SPEED_33MHz:
863 bus_speed = PCI_SPEED_33MHz;
H A Dcpqphp.h600 return PCI_SPEED_33MHz;
604 return (misc & 0x0800) ? PCI_SPEED_66MHz : PCI_SPEED_33MHz;
630 return PCI_SPEED_33MHz;
H A Drpaphp_core.c133 speed = PCI_SPEED_33MHz; /* speed for case 1-6 */
H A Dshpchp_ctrl.c251 rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, PCI_SPEED_33MHz);
/linux-master/include/linux/
H A Dpci.h278 PCI_SPEED_33MHz = 0x00, enumerator in enum:pci_bus_speed

Completed in 206 milliseconds