coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
eint_event.c
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #include <soc/eint_event.h>
4 
6 {
7  int i;
8  for (i = 0; i < ARRAY_SIZE(mtk_eint_event->eint_event_mask_clr); i++)
10 }
static void write32(void *addr, uint32_t val)
Definition: mmio.h:40
#define ARRAY_SIZE(a)
Definition: helpers.h:12
void unmask_eint_event_mask(void)
Definition: eint_event.c:5
static struct eint_event_reg *const mtk_eint_event
Definition: eint_event.h:15
uint32_t eint_event_mask_clr[7]
Definition: eint_event.h:11