Lines Matching +full:convert +full:- +full:rate
1 /* SPDX-License-Identifier: GPL-2.0+ */
10 * dm_timer_init - initialize a timer for time keeping. On success
11 * initializes gd->timer so that lib/timer can use it for future
14 * @return - 0 on success or error number
19 * timer_conv_64 - convert 32-bit counter value to 64-bit
21 * @count: 32-bit counter value
22 * @return: 64-bit counter value
31 * @return: 0 if OK, -ve on error
44 * struct timer_ops - Driver model timer operations
54 * @count: pointer that returns the current 64-bit timer count
55 * @return: 0 if OK, -ve on error
61 * struct timer_dev_priv - information about a device used by the uclass
70 * timer_early_get_count() - Implement timer_get_count() before driver model
80 * timer_early_get_rate() - Get the timer rate before driver model
83 * the current timer rate in Hz before the proper driver model timer is ready.