18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Atmel Security Module register offsets and bit definitions. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2016 Atmel 68c2ecf20Sopenharmony_ci * 78c2ecf20Sopenharmony_ci * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com> 88c2ecf20Sopenharmony_ci */ 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#ifndef _LINUX_SOC_AT91_ATMEL_SECUMOD_H 118c2ecf20Sopenharmony_ci#define _LINUX_SOC_AT91_ATMEL_SECUMOD_H 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#define AT91_SECUMOD_RAMRDY 0x14 148c2ecf20Sopenharmony_ci#define AT91_SECUMOD_RAMRDY_READY BIT(0) 158c2ecf20Sopenharmony_ci 168c2ecf20Sopenharmony_ci#endif /* _LINUX_SOC_AT91_ATMEL_SECUMOD_H */ 17