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

#include <raminit_common.h>

Collaboration diagram for comp_ofst_1_reg:
Collaboration graph

Data Fields

struct {
   u32   dq_odt_down: 3
 
   u32   dq_odt_up: 3
 
   u32   clk_odt_down: 3
 
   u32   clk_odt_up: 3
 
   u32   dq_drv_down: 3
 
   u32   dq_drv_up: 3
 
   u32   clk_drv_down: 3
 
   u32   clk_drv_up: 3
 
   u32   ctl_drv_down: 3
 
   u32   ctl_drv_up: 3
 
   u32   __pad0__: 2
 
}; 
 
u32 raw
 

Detailed Description

Definition at line 159 of file raminit_common.h.

Field Documentation

◆ 

struct { ... }

◆ __pad0__

u32 comp_ofst_1_reg::__pad0__

Definition at line 171 of file raminit_common.h.

◆ clk_drv_down

u32 comp_ofst_1_reg::clk_drv_down

Definition at line 167 of file raminit_common.h.

◆ clk_drv_up

u32 comp_ofst_1_reg::clk_drv_up

Definition at line 168 of file raminit_common.h.

Referenced by get_COMP1().

◆ clk_odt_down

u32 comp_ofst_1_reg::clk_odt_down

Definition at line 163 of file raminit_common.h.

◆ clk_odt_up

u32 comp_ofst_1_reg::clk_odt_up

Definition at line 164 of file raminit_common.h.

Referenced by get_COMP1().

◆ ctl_drv_down

u32 comp_ofst_1_reg::ctl_drv_down

Definition at line 169 of file raminit_common.h.

◆ ctl_drv_up

u32 comp_ofst_1_reg::ctl_drv_up

Definition at line 170 of file raminit_common.h.

Referenced by get_COMP1().

◆ dq_drv_down

u32 comp_ofst_1_reg::dq_drv_down

Definition at line 165 of file raminit_common.h.

◆ dq_drv_up

u32 comp_ofst_1_reg::dq_drv_up

Definition at line 166 of file raminit_common.h.

Referenced by get_COMP1().

◆ dq_odt_down

u32 comp_ofst_1_reg::dq_odt_down

Definition at line 161 of file raminit_common.h.

Referenced by get_COMP1().

◆ dq_odt_up

u32 comp_ofst_1_reg::dq_odt_up

Definition at line 162 of file raminit_common.h.

◆ raw

u32 comp_ofst_1_reg::raw

Definition at line 173 of file raminit_common.h.

Referenced by get_COMP1().


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