coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
power.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __SOC_NVIDIA_TEGRA210_POWER_H__
4 #define __SOC_NVIDIA_TEGRA210_POWER_H__
5 
6 #include <soc/pmc.h>
7 
10 
12 void pmc_print_rst_status(void);
13 void remove_clamps(int id);
14 void pmc_override_pwr_det(uint32_t bits, uint32_t override);
15 
16 #endif /* __SOC_NVIDIA_TEGRA210_POWER_H__ */
void pmc_override_pwr_det(uint32_t bits, uint32_t override)
Definition: power.c:113
void pmc_print_rst_status(void)
Definition: power.c:87
uint8_t pmc_rst_status(void)
Definition: power.c:74
void power_gate_partition(uint32_t id)
Definition: power.c:64
void power_ungate_partition(uint32_t id)
Definition: power.c:69
void remove_clamps(int id)
Definition: power.c:100
unsigned int uint32_t
Definition: stdint.h:14
unsigned char uint8_t
Definition: stdint.h:8