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

#include <svc.h>

Collaboration diagram for cmd_param_map_fch_io_device:
Collaboration graph

Data Fields

enum fch_io_device io_device
 
unsigned int arg1
 
unsigned int arg2
 
void ** pptr_io_device_addr_axi
 

Detailed Description

Definition at line 123 of file svc.h.

Field Documentation

◆ arg1

unsigned int cmd_param_map_fch_io_device::arg1

Definition at line 125 of file svc.h.

Referenced by svc_map_fch_dev().

◆ arg2

unsigned int cmd_param_map_fch_io_device::arg2

Definition at line 126 of file svc.h.

Referenced by svc_map_fch_dev().

◆ io_device

enum fch_io_device cmd_param_map_fch_io_device::io_device

Definition at line 120 of file svc.h.

Referenced by svc_map_fch_dev().

◆ pptr_io_device_addr_axi

void** cmd_param_map_fch_io_device::pptr_io_device_addr_axi

Definition at line 127 of file svc.h.


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