coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mtk_gpt_regs Struct Reference

#include <timer_v1.h>

Collaboration diagram for mtk_gpt_regs:
Collaboration graph

Data Fields

u32 reserved1 [24]
 
u32 gpt6_con
 
u32 gpt6_clk
 
u32 gpt6_cnt_l
 
u32 reserved2 [3]
 
u32 gpt6_cnt_h
 
u32 reserved3
 

Detailed Description

Definition at line 12 of file timer_v1.h.

Field Documentation

◆ gpt6_clk

u32 mtk_gpt_regs::gpt6_clk

Definition at line 15 of file timer_v1.h.

◆ gpt6_cnt_h

u32 mtk_gpt_regs::gpt6_cnt_h

Definition at line 18 of file timer_v1.h.

Referenced by timer_raw_value().

◆ gpt6_cnt_l

u32 mtk_gpt_regs::gpt6_cnt_l

Definition at line 16 of file timer_v1.h.

Referenced by timer_raw_value().

◆ gpt6_con

u32 mtk_gpt_regs::gpt6_con

Definition at line 14 of file timer_v1.h.

Referenced by init_timer().

◆ reserved1

u32 mtk_gpt_regs::reserved1

Definition at line 13 of file timer_v1.h.

◆ reserved2

u32 mtk_gpt_regs::reserved2

Definition at line 17 of file timer_v1.h.

◆ reserved3

u32 mtk_gpt_regs::reserved3

Definition at line 30 of file timer_v2.h.


The documentation for this struct was generated from the following files: