162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Atmel Security Module register offsets and bit definitions.
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (C) 2016 Atmel
662306a36Sopenharmony_ci *
762306a36Sopenharmony_ci * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com>
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef _LINUX_SOC_AT91_ATMEL_SECUMOD_H
1162306a36Sopenharmony_ci#define _LINUX_SOC_AT91_ATMEL_SECUMOD_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#define AT91_SECUMOD_RAMRDY	0x14
1462306a36Sopenharmony_ci#define AT91_SECUMOD_RAMRDY_READY	BIT(0)
1562306a36Sopenharmony_ci
1662306a36Sopenharmony_ci#endif /* _LINUX_SOC_AT91_ATMEL_SECUMOD_H */
17