Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
omap_hwmod_common_data.c
Go to the documentation of this file.
1 /*
2  * omap_hwmod common data structures
3  *
4  * Copyright (C) 2010 Texas Instruments, Inc.
5  * Thara Gopinath <[email protected]>
6  * BenoĆ®t Cousson
7  *
8  * Copyright (C) 2010 Nokia Corporation
9  * Paul Walmsley
10  *
11  * This program is free software; you can redistribute it and/or modify
12  * it under the terms of the GNU General Public License version 2 as
13  * published by the Free Software Foundation.
14  *
15  * This data/structures are to be used while defining OMAP on-chip module
16  * data and their integration with other OMAP modules and Linux.
17  */
18 
19 #include <plat/omap_hwmod.h>
20 
21 #include "omap_hwmod_common_data.h"
22 
31  .midle_shift = SYSC_TYPE1_MIDLEMODE_SHIFT,
32  .clkact_shift = SYSC_TYPE1_CLOCKACTIVITY_SHIFT,
33  .sidle_shift = SYSC_TYPE1_SIDLEMODE_SHIFT,
34  .enwkup_shift = SYSC_TYPE1_ENAWAKEUP_SHIFT,
35  .srst_shift = SYSC_TYPE1_SOFTRESET_SHIFT,
36  .autoidle_shift = SYSC_TYPE1_AUTOIDLE_SHIFT,
37 };
38 
47  .midle_shift = SYSC_TYPE2_MIDLEMODE_SHIFT,
48  .sidle_shift = SYSC_TYPE2_SIDLEMODE_SHIFT,
49  .srst_shift = SYSC_TYPE2_SOFTRESET_SHIFT,
50  .dmadisable_shift = SYSC_TYPE2_DMADISABLE_SHIFT,
51 };
52 
58  .midle_shift = SYSC_TYPE3_MIDLEMODE_SHIFT,
59  .sidle_shift = SYSC_TYPE3_SIDLEMODE_SHIFT,
60 };
61 
63  .manager_count = 2,
64  .has_framedonetv_irq = 0
65 };