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

#include <dramc_param.h>

Collaboration diagram for dramc_param:
Collaboration graph

Data Fields

struct dramc_param_header header
 
void(* do_putc )(unsigned char c)
 
struct sdram_params freq_params [DRAM_DFS_SHUFFLE_MAX]
 
struct dramc_data dramc_datas
 

Detailed Description

Definition at line 60 of file dramc_param.h.

Field Documentation

◆ do_putc

void(* dramc_param::do_putc)(unsigned char c)

Definition at line 62 of file dramc_param.h.

Referenced by dram_run_full_calibration(), and run_dram_blob().

◆ dramc_datas

◆ freq_params

struct sdram_params dramc_param::freq_params[DRAM_DFS_SHUFFLE_MAX]

◆ header


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