Lines Matching defs:clock
344 bcma_warn(bus, "No ALP clock specified for %04X device, pmu rev. %d, using default %d Hz\n",
364 /* Detect failure in clock setting */
385 /* Return clock in Hertz */
392 u32 clock;
396 /* Get N, P1 and P2 dividers to determine CPU clock */
407 /* Low cost bonding: Fixed reference clock 25MHz and m = 4 */
408 clock = (25000000 / 4) * ndiv * p2div / p1div;
410 /* Fixed reference clock 25MHz and m = 2 */
411 clock = (25000000 / 2) * ndiv * p2div / p1div;
414 clock = clock / 4;
416 return clock;
419 /* query bus clock frequency for PMU-enabled chipcommon */
444 bcma_warn(bus, "No bus clock specified for %04X device, pmu rev. %d, using default %d Hz\n",
451 /* query cpu clock frequency for PMU-enabled chipcommon */
459 /* New PMUs can have different clock for bus and CPU */
482 /* On old PMUs CPU has the same clock as the bus */