coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
clock.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SRC_SOC_CAVIUM_CN81XX_INCLUDE_CLOCK_H_
4 #define SRC_SOC_CAVIUM_CN81XX_INCLUDE_CLOCK_H_
5 
6 #include <types.h>
7 
11 
12 #endif /* SRC_SOC_CAVIUM_CN81XX_INCLUDE_CLOCK_H_ */
u64 thunderx_get_core_clock(void)
Returns the core clock speed in Hz.
Definition: clock.c:57
u64 thunderx_get_ref_clock(void)
Returns the reference clock speed in Hz.
Definition: clock.c:37
u64 thunderx_get_io_clock(void)
Returns the I/O clock speed in Hz.
Definition: clock.c:45
uint64_t u64
Definition: stdint.h:54