coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
flow_ctrl.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _TEGRA210_FLOW_CTRL_H_
4 #define _TEGRA210_FLOW_CTRL_H_
5 
6 #include <stdint.h>
7 
8 void flowctrl_cpu_off(int cpu);
9 void flowctrl_cpu_on(int cpu);
10 void flowctrl_cpu_suspend(int cpu);
11 void flowctrl_write_cc4_ctrl(int cpu, uint32_t val);
12 void flowctrl_write_cpu_csr(int cpu, uint32_t val);
13 void flowctrl_write_cpu_halt(int cpu, uint32_t val);
14 
15 #endif
void flowctrl_cpu_off(int cpu)
Definition: flow_ctrl.c:67
void flowctrl_write_cc4_ctrl(int cpu, uint32_t val)
Definition: flow_ctrl.c:61
void flowctrl_write_cpu_halt(int cpu, uint32_t val)
Definition: flow_ctrl.c:55
void flowctrl_cpu_on(int cpu)
Definition: flow_ctrl.c:77
void flowctrl_cpu_suspend(int cpu)
Definition: flow_ctrl.c:84
void flowctrl_write_cpu_csr(int cpu, uint32_t val)
Definition: flow_ctrl.c:49
unsigned int uint32_t
Definition: stdint.h:14
u8 val
Definition: sys.c:300