Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Atmel Security Module register offsets and bit definitions.
0004  *
0005  * Copyright (C) 2016 Atmel
0006  *
0007  * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com>
0008  */
0009 
0010 #ifndef _LINUX_SOC_AT91_ATMEL_SECUMOD_H
0011 #define _LINUX_SOC_AT91_ATMEL_SECUMOD_H
0012 
0013 #define AT91_SECUMOD_RAMRDY 0x14
0014 #define AT91_SECUMOD_RAMRDY_READY   BIT(0)
0015 
0016 #endif /* _LINUX_SOC_AT91_ATMEL_SECUMOD_H */