Lines Matching full:timebase
20 * - improve precision and reproducibility of timebase frequency
82 .name = "timebase",
155 * or if that doesn't exist return the timebase value passed in.
189 * and user time (udelta) values obtained from the timebase in vtime_delta_scaled()
654 * timebase into the VTB when it takes a guest off the CPU, reading the in running_clock()
680 /* The cpu node should have timebase and clock frequency properties */ in get_freq()
719 if (!get_freq("ibm,extended-timebase-frequency", 2, &ppc_tb_freq) && in generic_calibrate_decr()
720 !get_freq("timebase-frequency", 1, &ppc_tb_freq)) { in generic_calibrate_decr()
911 /* Normal PowerPC with timebase register */ in time_init()
929 * which is the timebase frequency. in time_init()
944 /* Save the current timebase to pretty up CONFIG_PRINTK_TIME */ in time_init()
1007 /* We don't need to calibrate delay, we use the CPU timebase for that */