coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
dramc_channel_regs Struct Reference

#include <dramc_register.h>

Collaboration diagram for dramc_channel_regs:
Collaboration graph

Data Fields

union {
   struct dramc_ddrphy_ao_regs   phy
 
   uint8_t   raw_ddrphy_ao_regs [0x2000]
 
}; 
 
union {
   struct dramc_ao_regs   ao
 
   uint8_t   raw_ao_regs [0x2000]
 
}; 
 
union {
   struct dramc_nao_regs   nao
 
   uint8_t   raw_nao_regs [0x1000]
 
}; 
 
union {
   struct chn_emi_regs   emi
 
   uint8_t   raw_emi_regs [0x1000]
 
}; 
 
union {
   struct dramc_ddrphy_nao_regs   phy_nao
 
   uint8_t   raw_ddrphy_nao_regs [0x2000]
 
}; 
 

Detailed Description

Definition at line 997 of file dramc_register.h.

Field Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ 

union { ... }

◆ 

union { ... }

◆ 

union { ... }

◆ ao

struct dramc_ao_regs dramc_channel_regs::ao

Definition at line 1000 of file dramc_register.h.

◆ emi

struct chn_emi_regs dramc_channel_regs::emi

Definition at line 1010 of file dramc_register.h.

◆ nao

struct dramc_nao_regs dramc_channel_regs::nao

Definition at line 1005 of file dramc_register.h.

◆ phy

struct dramc_ddrphy_ao_regs dramc_channel_regs::phy

Definition at line 610 of file dramc_register.h.

◆ phy_nao

struct dramc_ddrphy_nao_regs dramc_channel_regs::phy_nao

Definition at line 1015 of file dramc_register.h.

◆ raw_ao_regs

uint8_t dramc_channel_regs::raw_ao_regs[0x2000]

Definition at line 1005 of file dramc_register.h.

◆ raw_ddrphy_ao_regs

uint8_t dramc_channel_regs::raw_ddrphy_ao_regs[0x2000]

Definition at line 1000 of file dramc_register.h.

◆ raw_ddrphy_nao_regs

uint8_t dramc_channel_regs::raw_ddrphy_nao_regs[0x2000]

Definition at line 1020 of file dramc_register.h.

◆ raw_emi_regs

uint8_t dramc_channel_regs::raw_emi_regs[0x1000]

Definition at line 1015 of file dramc_register.h.

◆ raw_nao_regs

uint8_t dramc_channel_regs::raw_nao_regs[0x1000]

Definition at line 1010 of file dramc_register.h.


The documentation for this struct was generated from the following file: