Searched refs:PCI_66MHZ (Results 1 – 3 of 3) sorted by relevance
236 #define PCI_66MHZ (1 << 18) /* else 33 MHz */ macro
246 #define PCI_66MHZ 0x00080000 macro
1059 (pci_state & PCI_66MHZ) ? 66 : 33, in ace_init()1074 tmp |= (MEM_READ_MULTIPLE | (pci_state & PCI_66MHZ)); in ace_init()