coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
efuse.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef SOC_MEDIATEK_MT8186_EFUSE_H
4 #define SOC_MEDIATEK_MT8186_EFUSE_H
5 
6 #include <soc/addressmap.h>
7 #include <types.h>
8 
9 struct efuse_regs {
12 };
13 
14 check_member(efuse_regs, adc_cali_reg, 0x208);
15 static struct efuse_regs *const mtk_efuse = (void *)EFUSEC_BASE;
16 
17 #endif
check_member(efuse_regs, adc_cali_reg, 0x1b4)
static struct efuse_regs *const mtk_efuse
Definition: efuse.h:15
@ EFUSEC_BASE
Definition: addressmap.h:45
unsigned int uint32_t
Definition: stdint.h:14
uint32_t reserved[130]
Definition: efuse.h:10
uint32_t adc_cali_reg
Definition: efuse.h:11