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