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

Go to the source code of this file.

Data Structures

struct  mt8192_apu_mbox_regs
 

Functions

 check_member (mt8192_apu_mbox_regs, mbox_func_cfg, 0x0b0)
 
void apusys_init (void)
 

Variables

static struct mt8192_apu_mbox_regs *const mt8192_apu_mbox []
 

Function Documentation

◆ apusys_init()

void apusys_init ( void  )

Definition at line 30 of file apusys.c.

◆ check_member()

check_member ( mt8192_apu_mbox_regs  ,
mbox_func_cfg  ,
0x0b0   
)

Variable Documentation

◆ mt8192_apu_mbox

struct mt8192_apu_mbox_regs* const mt8192_apu_mbox[]
static
Initial value:
= {
(void *)APU_MBOX_BASE,
(void *)(APU_MBOX_BASE + 0x100),
(void *)(APU_MBOX_BASE + 0x500),
(void *)(APU_MBOX_BASE + 0x600),
}
@ APU_MBOX_BASE
Definition: addressmap.h:94

Definition at line 19 of file apusys.h.

Referenced by apusys_init(), and dump_apusys_reg().