linux/include/linux/mfd/syscon/atmel-st.h

/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Copyright (C) 2005 Ivan Kokshaysky
 * Copyright (C) SAN People
 *
 * System Timer (ST) - System peripherals registers.
 * Based on AT91RM9200 datasheet revision E.
 */

#ifndef _LINUX_MFD_SYSCON_ATMEL_ST_H
#define _LINUX_MFD_SYSCON_ATMEL_ST_H

#include <linux/bitops.h>

#define AT91_ST_CR
#define AT91_ST_WDRST

#define AT91_ST_PIMR
#define AT91_ST_PIV

#define AT91_ST_WDMR
#define AT91_ST_WDV
#define AT91_ST_RSTEN
#define AT91_ST_EXTEN

#define AT91_ST_RTMR
#define AT91_ST_RTPRES

#define AT91_ST_SR
#define AT91_ST_PITS
#define AT91_ST_WDOVF
#define AT91_ST_RTTINC
#define AT91_ST_ALMS

#define AT91_ST_IER
#define AT91_ST_IDR
#define AT91_ST_IMR

#define AT91_ST_RTAR
#define AT91_ST_ALMV

#define AT91_ST_CRTR
#define AT91_ST_CRTV

#endif /* _LINUX_MFD_SYSCON_ATMEL_ST_H */