Searched refs:MAX_PCI_CLOCK (Results 1 – 2 of 2) sorted by relevance
189 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()
73 #define MAX_PCI_CLOCK 33333333 macro