coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ipq_timer.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause */
2 
3 #define TIMER_LOAD_VAL 0x21
4 
5 #define GPT_ENABLE_CLR_ON_MATCH_EN 2
6 #define GPT_ENABLE_EN 1
7 #define DGT_ENABLE_CLR_ON_MATCH_EN 2
8 #define DGT_ENABLE_EN 1
9 
10 #define SPSS_TIMER_STATUS_DGT_EN (1 << 0)