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

Go to the source code of this file.

Macros

#define MTK_WDT_CLR_STATUS   0x230001FF
 

Functions

void mtk_wdt_clr_status (void)
 

Macro Definition Documentation

◆ MTK_WDT_CLR_STATUS

#define MTK_WDT_CLR_STATUS   0x230001FF

Definition at line 7 of file wdt.c.

Function Documentation

◆ mtk_wdt_clr_status()

void mtk_wdt_clr_status ( void  )

Definition at line 9 of file wdt.c.

References mtk_wdt, MTK_WDT_CLR_STATUS, mtk_wdt_regs::wdt_mode, and write32().

Here is the call graph for this function: