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

#include <raminit_common.h>

Collaboration diagram for tc_rfp_reg:
Collaboration graph

Data Fields

struct {
   u32   oref_ri: 8
 
   u32   refresh_high_wm: 4
 
   u32   refresh_panic_wm: 4
 
   u32   refresh_2x_control: 2
 
   u32   __pad0__: 14
 
}; 
 
u32 raw
 

Detailed Description

Definition at line 247 of file raminit_common.h.

Field Documentation

◆ 

struct { ... }

◆ __pad0__

u32 tc_rfp_reg::__pad0__

Definition at line 253 of file raminit_common.h.

◆ oref_ri

u32 tc_rfp_reg::oref_ri

Definition at line 249 of file raminit_common.h.

Referenced by dram_timing_regs().

◆ raw

u32 tc_rfp_reg::raw

Definition at line 255 of file raminit_common.h.

Referenced by dram_timing_regs(), and final_registers().

◆ refresh_2x_control

u32 tc_rfp_reg::refresh_2x_control

Definition at line 252 of file raminit_common.h.

Referenced by final_registers().

◆ refresh_high_wm

u32 tc_rfp_reg::refresh_high_wm

Definition at line 250 of file raminit_common.h.

◆ refresh_panic_wm

u32 tc_rfp_reg::refresh_panic_wm

Definition at line 251 of file raminit_common.h.


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