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

#include <reg_script.h>

Collaboration diagram for reg_script_bus_entry:
Collaboration graph

Data Fields

uint32_t type
 
uint64_t(* reg_script_read )(struct reg_script_context *ctx)
 
void(* reg_script_write )(struct reg_script_context *ctx)
 

Detailed Description

Definition at line 97 of file reg_script.h.

Field Documentation

◆ reg_script_read

uint64_t(* reg_script_bus_entry::reg_script_read) (struct reg_script_context *ctx)

Definition at line 99 of file reg_script.h.

◆ reg_script_write

void(* reg_script_bus_entry::reg_script_write) (struct reg_script_context *ctx)

Definition at line 100 of file reg_script.h.

◆ type

uint32_t reg_script_bus_entry::type

Definition at line 98 of file reg_script.h.


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