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

#include <chip.h>

Collaboration diagram for operation_seq:
Collaboration graph

Data Fields

struct operation_type ops [MAX_PWR_OPS]
 
uint8_t ops_cnt
 

Detailed Description

Definition at line 138 of file chip.h.

Field Documentation

◆ ops

struct operation_type operation_seq::ops[MAX_PWR_OPS]

Definition at line 135 of file chip.h.

Referenced by add_guarded_operations(), and fill_power_res_sequence().

◆ ops_cnt

uint8_t operation_seq::ops_cnt

Definition at line 140 of file chip.h.

Referenced by add_guarded_operations(), and fill_power_res_sequence().


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