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

#include <raminit_common.h>

Collaboration diagram for tc_dbp_reg:
Collaboration graph

Data Fields

struct {
   u32   tRCD: 4
 
   u32   tRP: 4
 
   u32   tAA: 4
 
   u32   tCWL: 4
 
   u32   tRAS: 8
 
   u32   __pad0__: 8
 
}; 
 
u32 raw
 

Detailed Description

Definition at line 176 of file raminit_common.h.

Field Documentation

◆ 

struct { ... }

◆ __pad0__

u32 tc_dbp_reg::__pad0__

Definition at line 183 of file raminit_common.h.

◆ raw

u32 tc_dbp_reg::raw

Definition at line 185 of file raminit_common.h.

Referenced by dram_timing_regs().

◆ tAA

u32 tc_dbp_reg::tAA

Definition at line 180 of file raminit_common.h.

◆ tCWL

u32 tc_dbp_reg::tCWL

Definition at line 181 of file raminit_common.h.

◆ tRAS

u32 tc_dbp_reg::tRAS

Definition at line 182 of file raminit_common.h.

◆ tRCD

u32 tc_dbp_reg::tRCD

Definition at line 178 of file raminit_common.h.

Referenced by dram_timing_regs().

◆ tRP

u32 tc_dbp_reg::tRP

Definition at line 179 of file raminit_common.h.


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