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

#include <sdram.h>

Collaboration diagram for noc_ddrmode:
Collaboration graph

Data Fields

u32 d32
 
struct {
   unsigned int   autoprecharge: 1
 
   unsigned int   bypassfiltering: 1
 
   unsigned int   fawbank: 1
 
   unsigned int   burstsize: 2
 
   unsigned int   mwrsize: 2
 
   unsigned int   reserved2: 1
 
   unsigned int   forceorder: 8
 
   unsigned int   forceorderstate: 8
 
   unsigned int   reserved3: 8
 
b
 

Detailed Description

Definition at line 78 of file sdram.h.

Field Documentation

◆ autoprecharge

unsigned int noc_ddrmode::autoprecharge

Definition at line 81 of file sdram.h.

◆ 

struct { ... } noc_ddrmode::b

◆ burstsize

unsigned int noc_ddrmode::burstsize

Definition at line 84 of file sdram.h.

◆ bypassfiltering

unsigned int noc_ddrmode::bypassfiltering

Definition at line 82 of file sdram.h.

◆ d32

u32 noc_ddrmode::d32

Definition at line 79 of file sdram.h.

Referenced by dram_all_config().

◆ fawbank

unsigned int noc_ddrmode::fawbank

Definition at line 83 of file sdram.h.

◆ forceorder

unsigned int noc_ddrmode::forceorder

Definition at line 87 of file sdram.h.

◆ forceorderstate

unsigned int noc_ddrmode::forceorderstate

Definition at line 88 of file sdram.h.

◆ mwrsize

unsigned int noc_ddrmode::mwrsize

Definition at line 85 of file sdram.h.

◆ reserved2

unsigned int noc_ddrmode::reserved2

Definition at line 86 of file sdram.h.

◆ reserved3

unsigned int noc_ddrmode::reserved3

Definition at line 89 of file sdram.h.


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