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

#include <raminit_common.h>

Collaboration diagram for tc_rap_reg:
Collaboration graph

Data Fields

struct {
   u32   tRRD: 4
 
   u32   tRTP: 4
 
   u32   tCKE: 4
 
   u32   tWTR: 4
 
   u32   tFAW: 8
 
   u32   tWR: 5
 
   u32   dis_3st: 1
 
   u32   tCMD: 2
 
}; 
 
u32 raw
 

Detailed Description

Definition at line 188 of file raminit_common.h.

Field Documentation

◆ 

struct { ... }

◆ dis_3st

u32 tc_rap_reg::dis_3st

Definition at line 196 of file raminit_common.h.

◆ raw

u32 tc_rap_reg::raw

Definition at line 199 of file raminit_common.h.

Referenced by dram_timing_regs(), restore_timings(), and try_cmd_stretch().

◆ tCKE

u32 tc_rap_reg::tCKE

Definition at line 192 of file raminit_common.h.

◆ tCMD

u32 tc_rap_reg::tCMD

Definition at line 197 of file raminit_common.h.

◆ tFAW

u32 tc_rap_reg::tFAW

Definition at line 194 of file raminit_common.h.

◆ tRRD

u32 tc_rap_reg::tRRD

Definition at line 190 of file raminit_common.h.

Referenced by dram_timing_regs(), restore_timings(), and try_cmd_stretch().

◆ tRTP

u32 tc_rap_reg::tRTP

Definition at line 191 of file raminit_common.h.

◆ tWR

u32 tc_rap_reg::tWR

Definition at line 195 of file raminit_common.h.

◆ tWTR

u32 tc_rap_reg::tWTR

Definition at line 193 of file raminit_common.h.


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