pci_clock_max      58 arch/mips/include/asm/vr41xx/pci.h 	uint32_t pci_clock_max;
pci_clock_max     104 arch/mips/pci/pci-vr41xx.c 	unsigned long vtclock, pci_clock_max;
pci_clock_max     128 arch/mips/pci/pci-vr41xx.c 	if (setup->pci_clock_max != 0)
pci_clock_max     129 arch/mips/pci/pci-vr41xx.c 		pci_clock_max = setup->pci_clock_max;
pci_clock_max     131 arch/mips/pci/pci-vr41xx.c 		pci_clock_max = PCI_CLOCK_MAX;
pci_clock_max     133 arch/mips/pci/pci-vr41xx.c 	if (vtclock < pci_clock_max)
pci_clock_max     135 arch/mips/pci/pci-vr41xx.c 	else if ((vtclock / 2) < pci_clock_max)
pci_clock_max     138 arch/mips/pci/pci-vr41xx.c 		 (vtclock / 3) < pci_clock_max)
pci_clock_max     140 arch/mips/pci/pci-vr41xx.c 	else if ((vtclock / 4) < pci_clock_max)