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

#include <sdram.h>

Collaboration diagram for rk3399_sdram_params:
Collaboration graph

Data Fields

struct rk3399_sdram_channel ch [2]
 
unsigned int ddr_freq
 
unsigned char dramtype
 
unsigned char num_channels
 
unsigned char stride
 
unsigned char odt
 
struct rk3399_ddr_pctl_regs pctl_regs
 
struct rk3399_ddr_pi_regs pi_regs
 
struct rk3399_ddr_publ_regs phy_regs
 
unsigned int align_8
 

Detailed Description

Definition at line 158 of file sdram.h.

Field Documentation

◆ align_8

unsigned int rk3399_sdram_params::align_8

Definition at line 172 of file sdram.h.

◆ ch

struct rk3399_sdram_channel rk3399_sdram_params::ch[2]

Definition at line 154 of file sdram.h.

◆ ddr_freq

unsigned int rk3399_sdram_params::ddr_freq

Definition at line 160 of file sdram.h.

◆ dramtype

unsigned char rk3399_sdram_params::dramtype

Definition at line 161 of file sdram.h.

◆ num_channels

unsigned char rk3399_sdram_params::num_channels

Definition at line 162 of file sdram.h.

◆ odt

unsigned char rk3399_sdram_params::odt

Definition at line 164 of file sdram.h.

◆ pctl_regs

struct rk3399_ddr_pctl_regs rk3399_sdram_params::pctl_regs

Definition at line 164 of file sdram.h.

◆ phy_regs

struct rk3399_ddr_publ_regs rk3399_sdram_params::phy_regs

Definition at line 164 of file sdram.h.

◆ pi_regs

struct rk3399_ddr_pi_regs rk3399_sdram_params::pi_regs

Definition at line 164 of file sdram.h.

◆ stride

unsigned char rk3399_sdram_params::stride

Definition at line 163 of file sdram.h.


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