OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
include
/
soc
/
at91
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:17 AM
rwxr-xr-x
📄
at91sam9_ddrsdr.h
6.19 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
at91sam9_sdramc.h
3.68 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
atmel-secumod.h
564 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
atmel-sfr.h
1.11 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: atmel-secumod.h
Close
/* * Atmel Security Module register offsets and bit definitions. * * Copyright (C) 2016 Atmel * * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _LINUX_SOC_AT91_ATMEL_SECUMOD_H #define _LINUX_SOC_AT91_ATMEL_SECUMOD_H #define AT91_SECUMOD_RAMRDY 0x14 #define AT91_SECUMOD_RAMRDY_READY BIT(0) #endif /* _LINUX_SOC_AT91_ATMEL_SECUMOD_H */