coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
iocfg.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_MEDIATEK_MT8192_IOCFG_H__
4 #define __SOC_MEDIATEK_MT8192_IOCFG_H__
5 
6 #include <soc/addressmap.h>
7 #include <types.h>
8 
12 };
14 
15 enum {
16  IO_4_MA = 0x1,
17 };
18 
19 #define mtk_iocfg_lm ((struct mt8192_iocfg_lm_regs *)IOCFG_LM_BASE)
20 
24 };
26 
27 #define mtk_iocfg_bm ((struct mt8192_iocfg_bm_regs *)IOCFG_BM_BASE)
28 
29 #endif /* __SOC_MEDIATEK_MT8192_IOCFG_H__ */
@ IO_4_MA
Definition: iocfg.h:16
check_member(mt8192_iocfg_lm_regs, drv_cfg1, 0x10)
uint32_t u32
Definition: stdint.h:51
u32 reserved[8]
Definition: iocfg.h:22
u32 reserved[4]
Definition: iocfg.h:10