coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
sysreg.h File Reference
#include <soc/cpu.h>
Include dependency graph for sysreg.h:

Go to the source code of this file.

Data Structures

struct  exynos5_sysreg
 

Macros

#define FIMDBYPASS_DISP1   (1 << 15)
 
#define USB20_PHY_CFG_EN   (1 << 0)
 

Functions

 check_member (exynos5_sysreg, usb20_phy_cfg, 0x230)
 

Variables

static struct exynos5_sysreg *const exynos_sysreg
 

Macro Definition Documentation

◆ FIMDBYPASS_DISP1

#define FIMDBYPASS_DISP1   (1 << 15)

Definition at line 23 of file sysreg.h.

◆ USB20_PHY_CFG_EN

#define USB20_PHY_CFG_EN   (1 << 0)

Definition at line 24 of file sysreg.h.

Function Documentation

◆ check_member()

check_member ( exynos5_sysreg  ,
usb20_phy_cfg  ,
0x230   
)

Variable Documentation

◆ exynos_sysreg

struct exynos5_sysreg* const exynos_sysreg
static
Initial value:
=
#define EXYNOS5_SYSREG_BASE
Definition: cpu.h:14

Definition at line 20 of file sysreg.h.

Referenced by exynos5_set_system_display(), fimd_bypass(), and setup_usb_host_phy().