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_MT8195_IOCFG_H__
4 #define __SOC_MEDIATEK_MT8195_IOCFG_H__
5 
6 #include <soc/addressmap.h>
7 #include <types.h>
8 
50 };
60 check_member(mt8195_iocfg_bm_regs, tdsel_cfg1, 0x110);
61 
62 #define mtk_iocfg_bm ((struct mt8195_iocfg_bm_regs *)IOCFG_BM_BASE)
63 
64 enum {
65  IO_4_MA = 0x9,
66  IO_6_MA = 0x1b,
67 };
68 #endif /* __SOC_MEDIATEK_MT8195_IOCFG_H__ */
@ IO_4_MA
Definition: iocfg.h:16
check_member(mt8192_iocfg_lm_regs, drv_cfg1, 0x10)
@ IO_6_MA
Definition: iocfg.h:66
uint32_t u32
Definition: stdint.h:51
u32 reserved10[5]
Definition: iocfg.h:46
u32 reserved1[4]
Definition: iocfg.h:10
u32 reserved6[5]
Definition: iocfg.h:30
u32 reserved9[9]
Definition: iocfg.h:42
u32 reserved8[1]
Definition: iocfg.h:38
u32 reserved7[5]
Definition: iocfg.h:34
u32 reserved5[9]
Definition: iocfg.h:26
u32 reserved4[1]
Definition: iocfg.h:22