Home
last modified time | relevance | path

Searched refs:MAX_PCI_CLOCK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/arch/mips/vr41xx/common/
Dpciu.c189 if (vtclock < MAX_PCI_CLOCK) in vr41xx_pciu_init()
191 else if ((vtclock / 2) < MAX_PCI_CLOCK) in vr41xx_pciu_init()
193 else if ((vtclock / 4) < MAX_PCI_CLOCK) in vr41xx_pciu_init()
Dpciu.h73 #define MAX_PCI_CLOCK 33333333 macro