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

#include <raminit_common.h>

Collaboration diagram for tc_othp_reg:
Collaboration graph

Data Fields

struct {
   u32   tXPDLL: 5
 
   u32   tXP: 3
 
   u32   tAONPD: 4
 
   u32   tCPDED: 2
 
   u32   tPRPDEN: 2
 
   u32   odt_delay_d0: 2
 
   u32   odt_delay_d1: 2
 
   u32   __pad0__: 12
 
}; 
 
u32 raw
 

Detailed Description

Definition at line 223 of file raminit_common.h.

Field Documentation

◆ 

struct { ... }

◆ __pad0__

u32 tc_othp_reg::__pad0__

Definition at line 232 of file raminit_common.h.

◆ odt_delay_d0

u32 tc_othp_reg::odt_delay_d0

Definition at line 230 of file raminit_common.h.

Referenced by dram_odt_stretch().

◆ odt_delay_d1

u32 tc_othp_reg::odt_delay_d1

Definition at line 231 of file raminit_common.h.

Referenced by dram_odt_stretch().

◆ raw

u32 tc_othp_reg::raw

Definition at line 234 of file raminit_common.h.

Referenced by dram_odt_stretch(), dram_timing_regs(), and final_registers().

◆ tAONPD

u32 tc_othp_reg::tAONPD

Definition at line 227 of file raminit_common.h.

◆ tCPDED

u32 tc_othp_reg::tCPDED

Definition at line 228 of file raminit_common.h.

Referenced by final_registers().

◆ tPRPDEN

u32 tc_othp_reg::tPRPDEN

Definition at line 229 of file raminit_common.h.

◆ tXP

u32 tc_othp_reg::tXP

Definition at line 226 of file raminit_common.h.

◆ tXPDLL

u32 tc_othp_reg::tXPDLL

Definition at line 225 of file raminit_common.h.

Referenced by dram_timing_regs().


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