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

#include <dramc_param.h>

Collaboration diagram for dramc_param_ops:
Collaboration graph

Data Fields

struct dramc_paramparam
 
bool(* read_from_flash )(struct dramc_param *dparam)
 
bool(* write_to_flash )(const struct dramc_param *dparam)
 

Detailed Description

Definition at line 66 of file dramc_param.h.

Field Documentation

◆ param

struct dramc_param* dramc_param_ops::param

Definition at line 67 of file dramc_param.h.

Referenced by mt_mem_init_run().

◆ read_from_flash

bool(* dramc_param_ops::read_from_flash) (struct dramc_param *dparam)

Definition at line 68 of file dramc_param.h.

Referenced by mt_mem_init_run().

◆ write_to_flash

bool(* dramc_param_ops::write_to_flash) (const struct dramc_param *dparam)

Definition at line 69 of file dramc_param.h.

Referenced by mt_mem_init_run().


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