blob: 8dbdafe0a24e77117f209301b8223427f213c039 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Alexandre Belloni35424042016-09-22 00:09:35 +02002/*
3 * Atmel Security Module register offsets and bit definitions.
4 *
5 * Copyright (C) 2016 Atmel
6 *
7 * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Alexandre Belloni35424042016-09-22 00:09:35 +02008 */
9
10#ifndef _LINUX_SOC_AT91_ATMEL_SECUMOD_H
11#define _LINUX_SOC_AT91_ATMEL_SECUMOD_H
12
13#define AT91_SECUMOD_RAMRDY 0x14
14#define AT91_SECUMOD_RAMRDY_READY BIT(0)
15
16#endif /* _LINUX_SOC_AT91_ATMEL_SECUMOD_H */