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

/linux-4.1.27/drivers/pci/hotplug/
H A Dcpqphp.h609 return PCI_SPEED_33MHz; get_controller_speed()
613 return (misc & 0x0800) ? PCI_SPEED_66MHz : PCI_SPEED_33MHz; get_controller_speed()
639 return PCI_SPEED_33MHz; get_adapter_speed()
H A Dcpqphp_core.c939 bus->max_bus_speed = PCI_SPEED_33MHz; cpqhpc_probe()
950 bus->max_bus_speed = PCI_SPEED_33MHz; cpqhpc_probe()
960 bus->max_bus_speed = PCI_SPEED_33MHz; cpqhpc_probe()
1001 bus->max_bus_speed = PCI_SPEED_33MHz; cpqhpc_probe()
H A Dshpchp_hpc.c489 *value = m66_cap ? PCI_SPEED_66MHz : PCI_SPEED_33MHz; hpc_get_adapter_speed()
670 bus_speed = PCI_SPEED_33MHz; shpc_get_cur_bus_speed()
734 case PCI_SPEED_33MHz: hpc_set_bus_speed_mode()
902 bus_speed = PCI_SPEED_33MHz; shpc_get_max_bus_speed()
H A Drpaphp_core.c144 speed = PCI_SPEED_33MHz; /* speed for case 1-6 */ get_max_bus_speed()
H A Dshpchp_ctrl.c265 rc = p_slot->hpc_ops->set_bus_speed_mode(p_slot, PCI_SPEED_33MHz); board_added()
/linux-4.1.27/include/linux/
H A Dpci.h213 PCI_SPEED_33MHz = 0x00, enumerator in enum:pci_bus_speed

Completed in 209 milliseconds