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

#include <raminit_common.h>

Collaboration diagram for tc_rwp_reg:
Collaboration graph

Data Fields

struct {
   u32   tRRDR: 3
 
   u32   __pad0__: 1
 
   u32   tRRDD: 3
 
   u32   __pad1__: 1
 
   u32   tWWDR: 3
 
   u32   __pad2__: 1
 
   u32   tWWDD: 3
 
   u32   __pad3__: 1
 
   u32   tRWDRDD: 3
 
   u32   __pad4__: 1
 
   u32   tWRDRDD: 3
 
   u32   __pad5__: 1
 
   u32   tRWSR: 3
 
   u32   dec_wrd: 1
 
   u32   __pad6__: 4
 
}; 
 
u32 raw
 

Detailed Description

Definition at line 202 of file raminit_common.h.

Field Documentation

◆ 

struct { ... }

◆ __pad0__

u32 tc_rwp_reg::__pad0__

Definition at line 205 of file raminit_common.h.

◆ __pad1__

u32 tc_rwp_reg::__pad1__

Definition at line 207 of file raminit_common.h.

◆ __pad2__

u32 tc_rwp_reg::__pad2__

Definition at line 209 of file raminit_common.h.

◆ __pad3__

u32 tc_rwp_reg::__pad3__

Definition at line 211 of file raminit_common.h.

◆ __pad4__

u32 tc_rwp_reg::__pad4__

Definition at line 213 of file raminit_common.h.

◆ __pad5__

u32 tc_rwp_reg::__pad5__

Definition at line 215 of file raminit_common.h.

◆ __pad6__

u32 tc_rwp_reg::__pad6__

Definition at line 218 of file raminit_common.h.

◆ dec_wrd

u32 tc_rwp_reg::dec_wrd

Definition at line 217 of file raminit_common.h.

◆ raw

u32 tc_rwp_reg::raw

Definition at line 220 of file raminit_common.h.

Referenced by set_read_write_timings().

◆ tRRDD

u32 tc_rwp_reg::tRRDD

Definition at line 206 of file raminit_common.h.

◆ tRRDR

u32 tc_rwp_reg::tRRDR

Definition at line 204 of file raminit_common.h.

Referenced by set_read_write_timings().

◆ tRWDRDD

u32 tc_rwp_reg::tRWDRDD

Definition at line 212 of file raminit_common.h.

◆ tRWSR

u32 tc_rwp_reg::tRWSR

Definition at line 216 of file raminit_common.h.

◆ tWRDRDD

u32 tc_rwp_reg::tWRDRDD

Definition at line 214 of file raminit_common.h.

Referenced by set_read_write_timings().

◆ tWWDD

u32 tc_rwp_reg::tWWDD

Definition at line 210 of file raminit_common.h.

◆ tWWDR

u32 tc_rwp_reg::tWWDR

Definition at line 208 of file raminit_common.h.


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