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 __SOC_SIFIVE_HIFIVE_U_CLOCK_H__
4 #define __SOC_SIFIVE_HIFIVE_U_CLOCK_H__
5 
6 void clock_init(void);
7 int clock_get_coreclk_khz(void);
8 int clock_get_tlclk_khz(void);
9 
10 #endif /* __SOC_SIFIVE_HIFIFE_U_CLOCK_H__ */
void clock_init(void)
Definition: clock.c:539
int clock_get_coreclk_khz(void)
Definition: clock.c:253
int clock_get_tlclk_khz(void)
Definition: clock.c:274