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

Go to the source code of this file.

Data Structures

struct  rk3288_pmu_regs
 

Macros

#define IOMUX_I2C0SDA   (1 << 14)
 
#define IOMUX_I2C0SCL   (1 << 0)
 
#define IOMUX_TSADC_INT   (1 << 4)
 

Functions

 check_member (rk3288_pmu_regs, sys_reg[3], 0x00a0)
 

Variables

static struct rk3288_pmu_regs *const rk3288_pmu = (void *)PMU_BASE
 

Macro Definition Documentation

◆ IOMUX_I2C0SCL

#define IOMUX_I2C0SCL   (1 << 0)

Definition at line 58 of file pmu.h.

◆ IOMUX_I2C0SDA

#define IOMUX_I2C0SDA   (1 << 14)

Definition at line 57 of file pmu.h.

◆ IOMUX_TSADC_INT

#define IOMUX_TSADC_INT   (1 << 4)

Definition at line 59 of file pmu.h.

Function Documentation

◆ check_member()

check_member ( rk3288_pmu_regs  ,
sys_reg  [3],
0x00a0   
)

Variable Documentation

◆ rk3288_pmu