coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dmtimer.h File Reference
#include <stdint.h>
Include dependency graph for dmtimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  am335x_dmtimer
 

Macros

#define M_OSC_MHZ   (24)
 
#define TCLR_ST   (0x01 << 0)
 
#define TCLR_AR   (0x01 << 1)
 
#define DMTIMER_2   (0x48040000)
 

Macro Definition Documentation

◆ DMTIMER_2

#define DMTIMER_2   (0x48040000)

Definition at line 35 of file dmtimer.h.

◆ M_OSC_MHZ

#define M_OSC_MHZ   (24)

Definition at line 8 of file dmtimer.h.

◆ TCLR_AR

#define TCLR_AR   (0x01 << 1)

Definition at line 33 of file dmtimer.h.

◆ TCLR_ST

#define TCLR_ST   (0x01 << 0)

Definition at line 32 of file dmtimer.h.