Home
last modified time | relevance | path

Searched refs:PCI_66MHZ (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/hotplug/
Dshpchp_hpc.c92 #define PCI_66MHZ 0x1 macro
99 #define PCI_66MHZ 0x1 macro
1227 bus_speed = PCI_66MHZ; in hpc_get_max_bus_speed()
1239 bus_speed = PCI_66MHZ; in hpc_get_max_bus_speed()
/linux-2.4.37.9/drivers/net/
Dacenic.h252 #define PCI_66MHZ 0x00080000 macro
Dacenic.c1314 (pci_state & PCI_66MHZ) ? 66 : 33, in ace_init()
1329 tmp |= (MEM_READ_MULTIPLE | (pci_state & PCI_66MHZ)); in ace_init()