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

Go to the source code of this file.

Data Structures

struct  eint_event_reg
 

Functions

void unmask_eint_event_mask (void)
 

Variables

static struct eint_event_reg *const mtk_eint_event = (void *)(EINT_BASE + 0x880)
 

Function Documentation

◆ unmask_eint_event_mask()

void unmask_eint_event_mask ( void  )

Definition at line 5 of file eint_event.c.

References ARRAY_SIZE, eint_event_reg::eint_event_mask_clr, mtk_eint_event, and write32().

Referenced by bootblock_soc_init().

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ mtk_eint_event

struct eint_event_reg* const mtk_eint_event = (void *)(EINT_BASE + 0x880)
static

Definition at line 15 of file eint_event.h.

Referenced by unmask_eint_event_mask().