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

#include <mtcmos.h>

Collaboration diagram for power_domain_data:
Collaboration graph

Data Fields

voidpwr_con
 
u32 pwr_sta_mask
 
u32 sram_pdn_mask
 
u32 sram_ack_mask
 
u32 caps
 

Detailed Description

Definition at line 6 of file mtcmos.h.

Field Documentation

◆ caps

u32 power_domain_data::caps

Definition at line 11 of file mtcmos.h.

Referenced by mtcmos_power_on().

◆ pwr_con

void* power_domain_data::pwr_con

Definition at line 7 of file mtcmos.h.

Referenced by mtcmos_power_on().

◆ pwr_sta_mask

u32 power_domain_data::pwr_sta_mask

Definition at line 8 of file mtcmos.h.

Referenced by mtcmos_power_on().

◆ sram_ack_mask

u32 power_domain_data::sram_ack_mask

Definition at line 10 of file mtcmos.h.

Referenced by mtcmos_power_on().

◆ sram_pdn_mask

u32 power_domain_data::sram_pdn_mask

Definition at line 9 of file mtcmos.h.

Referenced by mtcmos_power_on().


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