coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
variant.c File Reference
#include <acpi/acpi.h>
#include <baseboard/variants.h>
#include <delay.h>
#include <gpio.h>
Include dependency graph for variant.c:

Go to the source code of this file.

Functions

static void power_off_lte_module (void)
 
void variant_smi_sleep (u8 slp_typ)
 

Function Documentation

◆ power_off_lte_module()

static void power_off_lte_module ( void  )
static

Definition at line 8 of file variant.c.

References gpio_output(), GPP_A10, GPP_H17, and mdelay().

Referenced by variant_smi_sleep().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ variant_smi_sleep()

void variant_smi_sleep ( u8  slp_typ)

Definition at line 15 of file variant.c.

References ACPI_S5, and power_off_lte_module().

Here is the call graph for this function: