coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smu.h File Reference

Go to the source code of this file.

Macros

#define SMN_SMU_MESG_ID   0x3b10528
 
#define SMN_SMU_MESG_RESP   0x3b10564
 
#define SMN_SMU_MESG_ARGS_BASE   0x3b10998
 
#define SMU_NUM_ARGS   6
 

Enumerations

enum  smu_message_id { SMC_MSG_S3ENTRY = 0x0b , SMC_MSG_S3ENTRY = 0x0c , SMC_MSG_S3ENTRY = 0x0b }
 

Functions

void smu_sx_entry (void)
 

Macro Definition Documentation

◆ SMN_SMU_MESG_ARGS_BASE

#define SMN_SMU_MESG_ARGS_BASE   0x3b10998

Definition at line 9 of file smu.h.

◆ SMN_SMU_MESG_ID

#define SMN_SMU_MESG_ID   0x3b10528

Definition at line 7 of file smu.h.

◆ SMN_SMU_MESG_RESP

#define SMN_SMU_MESG_RESP   0x3b10564

Definition at line 8 of file smu.h.

◆ SMU_NUM_ARGS

#define SMU_NUM_ARGS   6

Definition at line 11 of file smu.h.

Enumeration Type Documentation

◆ smu_message_id

Enumerator
SMC_MSG_S3ENTRY 
SMC_MSG_S3ENTRY 
SMC_MSG_S3ENTRY 

Definition at line 13 of file smu.h.

Function Documentation

◆ smu_sx_entry()

void smu_sx_entry ( void  )

Definition at line 11 of file smu.c.