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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dpci_hotplug.h35 PCI_SPEED_66MHz = 0x01, enumerator in enum:pci_bus_speed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/hotplug/
H A Drpaphp_core.c144 *value = PCI_SPEED_66MHz;
H A Dshpchp_hpc.c491 *value = m66_cap ? PCI_SPEED_66MHz : PCI_SPEED_33MHz;
677 case PCI_SPEED_66MHz:
838 bus_speed = PCI_SPEED_66MHz;
870 *value = PCI_SPEED_66MHz;
H A Dcpqphp_core.c400 if (ctrl->speed == PCI_SPEED_66MHz)
898 ctrl->speed_capability = PCI_SPEED_66MHz;
941 ctrl->speed_capability = PCI_SPEED_66MHz;
969 ctrl->speed_capability = PCI_SPEED_66MHz;
H A Dcpqphp.h595 return PCI_SPEED_66MHz;
601 return (misc & 0x0800) ? PCI_SPEED_66MHz : PCI_SPEED_33MHz;
626 return PCI_SPEED_66MHz;
H A Dcpqphp_ctrl.c1211 case(PCI_SPEED_66MHz):
1236 if (((ctrl->speed == PCI_SPEED_66MHz) && (adapter_speed == PCI_SPEED_66MHz_PCIX)) ||
1237 ((ctrl->speed == PCI_SPEED_66MHz_PCIX) && (adapter_speed == PCI_SPEED_66MHz)))

Completed in 340 milliseconds