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

#include <ec_commands.h>

Collaboration diagram for ec_param_ec_codec_set_shm_addr:
Collaboration graph

Data Fields

uint64_t phys_addr
 
uint32_t len
 
uint8_t shm_id
 
uint8_t reserved [3]
 

Detailed Description

Definition at line 5120 of file ec_commands.h.

Field Documentation

◆ len

uint32_t ec_param_ec_codec_set_shm_addr::len

Definition at line 5122 of file ec_commands.h.

◆ phys_addr

uint64_t ec_param_ec_codec_set_shm_addr::phys_addr

Definition at line 5121 of file ec_commands.h.

◆ reserved

uint8_t ec_param_ec_codec_set_shm_addr::reserved[3]

Definition at line 5124 of file ec_commands.h.

◆ shm_id

uint8_t ec_param_ec_codec_set_shm_addr::shm_id

Definition at line 5123 of file ec_commands.h.


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