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

#include <svc.h>

Collaboration diagram for cmd_param_ccp_dma:
Collaboration graph

Data Fields

uint32_t spi_offset
 
uint32_t dst_addr
 
uint32_t size
 

Detailed Description

Definition at line 135 of file svc.h.

Field Documentation

◆ dst_addr

uint32_t cmd_param_ccp_dma::dst_addr

Definition at line 137 of file svc.h.

◆ size

uint32_t cmd_param_ccp_dma::size

Definition at line 138 of file svc.h.

Referenced by svc_ccp_dma().

◆ spi_offset

uint32_t cmd_param_ccp_dma::spi_offset

Definition at line 136 of file svc.h.

Referenced by svc_ccp_dma().


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