brintos

brintos / linux-shallow public Read only

0
0
Text · 418 B · 8dbdafe Raw
17 lines · c
1/* SPDX-License-Identifier: GPL-2.0-only */2/*3 * Atmel Security Module register offsets and bit definitions.4 *5 * Copyright (C) 2016 Atmel6 *7 * Author: Alexandre Belloni <alexandre.belloni@free-electrons.com>8 */9 10#ifndef _LINUX_SOC_AT91_ATMEL_SECUMOD_H11#define _LINUX_SOC_AT91_ATMEL_SECUMOD_H12 13#define AT91_SECUMOD_RAMRDY	0x1414#define AT91_SECUMOD_RAMRDY_READY	BIT(0)15 16#endif /* _LINUX_SOC_AT91_ATMEL_SECUMOD_H */17