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

#include <raminit_common.h>

Collaboration diagram for gdcr_tx_reg:
Collaboration graph

Data Fields

struct {
   u32   tx_dq_pi_code: 6
 
   u32   __pad0__: 2
 
   u32   tx_dqs_pi_code: 6
 
   u32   __pad1__: 1
 
   u32   tx_dqs_logic_delay: 3
 
   u32   __pad2__: 1
 
   u32   tx_dq_logic_delay: 1
 
   u32   __pad3__: 12
 
}; 
 
u32 raw
 

Detailed Description

Definition at line 103 of file raminit_common.h.

Field Documentation

◆ 

struct { ... }

◆ __pad0__

u32 gdcr_tx_reg::__pad0__

Definition at line 106 of file raminit_common.h.

◆ __pad1__

u32 gdcr_tx_reg::__pad1__

Definition at line 108 of file raminit_common.h.

◆ __pad2__

u32 gdcr_tx_reg::__pad2__

Definition at line 110 of file raminit_common.h.

◆ __pad3__

u32 gdcr_tx_reg::__pad3__

Definition at line 112 of file raminit_common.h.

◆ raw

u32 gdcr_tx_reg::raw

Definition at line 114 of file raminit_common.h.

Referenced by program_timings().

◆ tx_dq_logic_delay

u32 gdcr_tx_reg::tx_dq_logic_delay

Definition at line 111 of file raminit_common.h.

◆ tx_dq_pi_code

u32 gdcr_tx_reg::tx_dq_pi_code

Definition at line 105 of file raminit_common.h.

Referenced by program_timings().

◆ tx_dqs_logic_delay

u32 gdcr_tx_reg::tx_dqs_logic_delay

Definition at line 109 of file raminit_common.h.

◆ tx_dqs_pi_code

u32 gdcr_tx_reg::tx_dqs_pi_code

Definition at line 107 of file raminit_common.h.


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