OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [ColdFire_MCF52259_CodeWarrior/] [Freescale_Headers/] [MCF52259_PMM.h] - Blame information for rev 578

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 jeremybenn
/* Coldfire C Header File
2
 * Copyright Freescale Semiconductor Inc
3
 * All rights reserved.
4
 *
5
 * 2008/04/17 Revision: 0.2
6
 *
7
 * (c) Copyright UNIS, spol. s r.o. 1997-2008
8
 * UNIS, spol. s r.o.
9
 * Jundrovska 33
10
 * 624 00 Brno
11
 * Czech Republic
12
 * http      : www.processorexpert.com
13
 * mail      : info@processorexpert.com
14
 */
15
 
16
#ifndef __MCF52259_PMM_H__
17
#define __MCF52259_PMM_H__
18
 
19
 
20
/*********************************************************************
21
*
22
* Power Management (PMM)
23
*
24
*********************************************************************/
25
 
26
/* Register read/write macros */
27
#define MCF_PMM_LPICR                        (*(vuint8 *)(0x40000012))
28
#define MCF_PMM_LPCR                         (*(vuint8 *)(0x40110007))
29
 
30
 
31
/* Bit definitions and macros for MCF_PMM_LPICR */
32
#define MCF_PMM_LPICR_XLPM_IPL(x)            (((x)&0x7)<<0x4)
33
#define MCF_PMM_LPICR_ENBSTOP                (0x80)
34
 
35
/* Bit definitions and macros for MCF_PMM_LPCR */
36
#define MCF_PMM_LPCR_LVDSE                   (0x2)
37
#define MCF_PMM_LPCR_STPMD(x)                (((x)&0x3)<<0x3)
38
#define MCF_PMM_LPCR_STPMD_SYS_DISABLED      (0)
39
#define MCF_PMM_LPCR_STPMD_SYS_CLKOUT_DISABLED (0x8)
40
#define MCF_PMM_LPCR_STPMD_ONLY_OSC_ENABLED  (0x10)
41
#define MCF_PMM_LPCR_STPMD_ALL_DISABLED      (0x18)
42
#define MCF_PMM_LPCR_LPMD(x)                 (((x)&0x3)<<0x6)
43
#define MCF_PMM_LPCR_LPMD_RUN                (0)
44
#define MCF_PMM_LPCR_LPMD_DOZE               (0x40)
45
#define MCF_PMM_LPCR_LPMD_WAIT               (0x80)
46
#define MCF_PMM_LPCR_LPMD_STOP               (0xC0)
47
 
48
 
49
#endif /* __MCF52259_PMM_H__ */

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.