coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mcupm.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_MEDIATEK_COMMON_MCUPM_H
4 #define SOC_MEDIATEK_COMMON_MCUPM_H
5 
6 #include <soc/addressmap.h>
7 #include <types.h>
8 
9 struct mcupm_regs {
11 };
12 static struct mcupm_regs *const mcupm_reg = (void *)MCUPM_CFG_BASE;
13 void mcupm_init(void);
14 #endif /* SOC_MEDIATEK_COMMON_MCUPM_H */
void mcupm_init(void)
Definition: mcupm.c:24
static struct mcupm_regs *const mcupm_reg
Definition: mcupm.h:12
@ MCUPM_CFG_BASE
Definition: addressmap.h:9
uint32_t u32
Definition: stdint.h:51
u32 sw_rstn
Definition: mcupm.h:10