coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
smihandler.c File Reference
Include dependency graph for smihandler.c:

Go to the source code of this file.

Macros

#define SUPERIO_DEV   PNP_DEV(0x2e, 0)
 

Functions

void mainboard_smi_sleep (u8 slp_typ)
 

Macro Definition Documentation

◆ SUPERIO_DEV

#define SUPERIO_DEV   PNP_DEV(0x2e, 0)

Definition at line 13 of file smihandler.c.

Function Documentation

◆ mainboard_smi_sleep()

void mainboard_smi_sleep ( u8  slp_typ)

Definition at line 18 of file smihandler.c.

References ACPI_S3, ACPI_S4, ACPI_S5, BIOS_DEBUG, IT8772F_GPIO_BLINK_FREQUENCY_1_HZ, it8772f_gpio_led(), printk, SIO_GPIO_BLINK_GPIO45, and SUPERIO_DEV.

Here is the call graph for this function: