]> Git Repo - J-linux.git/blob - include/soc/at91/atmel-secumod.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / include / soc / at91 / atmel-secumod.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Atmel Security Module register offsets and bit definitions.
4  *
5  * Copyright (C) 2016 Atmel
6  *
7  * Author: Alexandre Belloni <[email protected]>
8  */
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 */
This page took 0.029648 seconds and 4 git commands to generate.