]> Git Repo - u-boot.git/blobdiff - include/timer.h
x86: zboot: Rename zboot_start() to zboot_run()
[u-boot.git] / include / timer.h
index 311ce6b2c3adc3bc0375d8219133fd1a81822036..091d8dfa2287a3259069f3b32d5bf1174fcfcfc1 100644 (file)
@@ -55,10 +55,10 @@ u64 timer_conv_64(u32 count);
 int timer_get_count(struct udevice *dev, u64 *count);
 
 /**
- * timer_get_rate() - Get the timer input clock frequency
+ * timer_get_rate() - Get the timer input clock frequency in Hz
  * @dev: The timer device
  *
- * Return: the timer input clock frequency
+ * Return: the timer input clock frequency in Hz
  */
 unsigned long timer_get_rate(struct udevice *dev);
 
@@ -87,7 +87,7 @@ struct timer_ops {
 /**
  * struct timer_dev_priv - information about a device used by the uclass
  *
- * @clock_rate: the timer input clock frequency
+ * @clock_rate: the timer input clock frequency in Hz
  */
 struct timer_dev_priv {
        unsigned long clock_rate;
This page took 0.027677 seconds and 4 git commands to generate.