aboutsummaryrefslogtreecommitdiff
path: root/core/arch/arm/plat-imx/imx_pl310.h
blob: 4fef57b2de986fe366e254980f86afae4867c9e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (c) Microsoft Corporation. All rights reserved.
 */
#ifndef __IMX_PL310_H__
#define __IMX_PL310_H__

uint32_t pl310_enable(void);
uint32_t pl310_disable(void);
uint32_t pl310_enable_writeback(void);
uint32_t pl310_disable_writeback(void);
uint32_t pl310_enable_wflz(void);

#endif /* __IMX_PL310_H__ */