coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pericfg.h File Reference
#include <soc/addressmap.h>
#include <types.h>
Include dependency graph for pericfg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mt8173_pericfg_regs
 

Enumerations

enum  { PERICFG_UART0_PDN = 1 << 19 }
 
enum  { PERISYS_4G_SUPPORT = 1 << 15 }
 

Variables

static struct mt8173_pericfg_regs *const mt8173_pericfg
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
PERICFG_UART0_PDN 

Definition at line 75 of file pericfg.h.

◆ anonymous enum

anonymous enum
Enumerator
PERISYS_4G_SUPPORT 

Definition at line 83 of file pericfg.h.

Variable Documentation

◆ mt8173_pericfg

struct mt8173_pericfg_regs* const mt8173_pericfg
static
Initial value:
=
(void *)PERI_CON_BASE
@ PERI_CON_BASE
Definition: addressmap.h:16

Definition at line 68 of file pericfg.h.

Referenced by bootblock_mainboard_early_init(), and init_4GB_mode().