coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
monotonic_timer.c File Reference
#include <device/mmio.h>
#include <soc/addressmap.h>
#include <timer.h>
Include dependency graph for monotonic_timer.c:

Go to the source code of this file.

Functions

void timer_monotonic_get (struct mono_time *mt)
 Get GTI counter value. More...
 

Function Documentation

◆ timer_monotonic_get()

void timer_monotonic_get ( struct mono_time mt)

Get GTI counter value.

Parameters
mtStructure to fill

Definition at line 7 of file monotonic_timer.c.

References mono_time_set_usecs(), read32(), and TEGRA_TMRUS_BASE.

Here is the call graph for this function: