]> git.ipfire.org Git - thirdparty/u-boot.git/blob - arch/arm/mach-versal/include/mach/sys_proto.h
Merge branch 'next'
[thirdparty/u-boot.git] / arch / arm / mach-versal / include / mach / sys_proto.h
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /*
3 * Copyright 2016 - 2018 Xilinx, Inc.
4 */
5
6 #include <linux/build_bug.h>
7
8 enum {
9 TCM_LOCK,
10 TCM_SPLIT,
11 };
12
13 void tcm_init(u8 mode);
14 void mem_map_fill(void);
15
16 int zynqmp_mmio_write(const u32 address, const u32 mask, const u32 value);