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_QUALCOMM_SC7180_EFUSE_ADDRESS_MAP_H__
4 #define __SOC_QUALCOMM_SC7180_EFUSE_ADDRESS_MAP_H__
5 
6 /**
7  * USB EFUSE registers
8  */
9 struct qfprom_corr {
10  u8 rsvd[0x4258 - 0x0];
12 };
13 check_member(qfprom_corr, qusb_hstx_trim_lsb, 0x4258);
14 
15 #endif /* __SOC_QUALCOMM_SC7180_EFUSE_ADDRESS_MAP_H__ */
check_member(efuse_regs, adc_cali_reg, 0x1b4)
uint32_t u32
Definition: stdint.h:51
uint8_t u8
Definition: stdint.h:45
USB EFUSE registers.
Definition: efuse.h:9
u32 qusb_hstx_trim_lsb
Definition: efuse.h:11
u8 rsvd[0x4258 - 0x0]
Definition: efuse.h:10