coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mipi.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_MEDIATEK_MT8173_MIPI_H__
4 #define __SOC_MEDIATEK_MT8173_MIPI_H__
5 
6 #include <soc/addressmap.h>
7 #include <types.h>
8 
9 struct mipi_rx_regs {
14 };
15 
16 check_member(mipi_rx_regs, mipi_rx_ana4c, 0x4c);
18 
19 static struct mipi_rx_regs *const mt8173_mipi = (void *)(ANA_MIPI_CS1_BASE);
20 
21 #endif /* __SOC_MEDIATEK_MT8173_MIPI_H__ */
static struct mipi_rx_regs *const mt8173_mipi
Definition: mipi.h:19
check_member(mipi_rx_regs, mipi_rx_ana4c, 0x4c)
@ ANA_MIPI_CS1_BASE
Definition: addressmap.h:35
unsigned int uint32_t
Definition: stdint.h:14
uint32_t rev0[19]
Definition: mipi.h:10
uint32_t mipi_rx_ana4c
Definition: mipi.h:11
uint32_t rev1
Definition: mipi.h:13
uint32_t mipi_rx_ana50
Definition: mipi.h:12