coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
rk808.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_RK808_H
4 #define __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_RK808_H
5 
6 void rk808_configure_switch(int sw, int enabled);
7 void rk808_configure_ldo(int ldo, int millivolts);
8 void rk808_configure_buck(int buck, int millivolts);
9 
10 #endif /* ! __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_RK808_H */
void rk808_configure_switch(int sw, int enabled)
Definition: rk808.c:60
void rk808_configure_buck(int buck, int millivolts)
Definition: rk808.c:98
void rk808_configure_ldo(int ldo, int millivolts)
Definition: rk808.c:66