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

#include <raminit_common.h>

Collaboration diagram for tc_dtp_reg:
Collaboration graph

Data Fields

struct {
   u32   __pad0__: 12
 
   u32   overclock_tXP: 1
 
   u32   overclock_tXPDLL: 1
 
   u32   __pad1__: 18
 
}; 
 
u32 raw
 

Detailed Description

Definition at line 237 of file raminit_common.h.

Field Documentation

◆ 

struct { ... }

◆ __pad0__

u32 tc_dtp_reg::__pad0__

Definition at line 239 of file raminit_common.h.

◆ __pad1__

u32 tc_dtp_reg::__pad1__

Definition at line 242 of file raminit_common.h.

◆ overclock_tXP

u32 tc_dtp_reg::overclock_tXP

Definition at line 240 of file raminit_common.h.

Referenced by dram_timing_regs().

◆ overclock_tXPDLL

u32 tc_dtp_reg::overclock_tXPDLL

Definition at line 241 of file raminit_common.h.

◆ raw

u32 tc_dtp_reg::raw

Definition at line 244 of file raminit_common.h.

Referenced by dram_timing_regs().


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