summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/prcc.h
blob: 05220f8eaa1dc343473aa5db4c445a693b317014 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 *  Copyright (C) 2009-2011 ST-Ericsson SA
 *
 * 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 __MACH_UX500_PRCC_H__

#define PRCC_PCKEN		0x000
#define PRCC_PCKDIS		0x004
#define PRCC_KCKEN		0x008
#define PRCC_KCKDIS		0x00C
#define PRCC_PCKSR		0x010
#define PRCC_KCKSR		0x014
#define PRCC_K_SOFTRST_CLR	0x018
#define PRCC_K_SOFTRST_SET	0x01C
#define PRCC_K_RST_STATUS	0x020

#endif