Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
omap_hwmod_common_data.c File Reference
#include <plat/omap_hwmod.h>
#include "omap_hwmod_common_data.h"

Go to the source code of this file.

Variables

struct omap_hwmod_sysc_fields omap_hwmod_sysc_type1
 
struct omap_hwmod_sysc_fields omap_hwmod_sysc_type2
 
struct omap_hwmod_sysc_fields omap_hwmod_sysc_type3
 
struct omap_dss_dispc_dev_attr omap2_3_dss_dispc_dev_attr
 

Variable Documentation

struct omap_dss_dispc_dev_attr omap2_3_dss_dispc_dev_attr
Initial value:
= {
.manager_count = 2,
.has_framedonetv_irq = 0
}

Definition at line 62 of file omap_hwmod_common_data.c.

struct omap_hwmod_sysc_fields omap_hwmod_sysc_type1
Initial value:
= {
.enwkup_shift = SYSC_TYPE1_ENAWAKEUP_SHIFT,
.autoidle_shift = SYSC_TYPE1_AUTOIDLE_SHIFT,
}

struct omap_hwmod_sysc_type1 - TYPE1 sysconfig scheme.

To be used by hwmod structure to specify the sysconfig offsets if the device ip is compliant with the original PRCM protocol defined for OMAP2420.

Definition at line 30 of file omap_hwmod_common_data.c.

struct omap_hwmod_sysc_fields omap_hwmod_sysc_type2
Initial value:
= {
.dmadisable_shift = SYSC_TYPE2_DMADISABLE_SHIFT,
}

struct omap_hwmod_sysc_type2 - TYPE2 sysconfig scheme.

To be used by hwmod structure to specify the sysconfig offsets if the device ip is compliant with the new PRCM protocol defined for new OMAP4 IPs.

Definition at line 46 of file omap_hwmod_common_data.c.

struct omap_hwmod_sysc_fields omap_hwmod_sysc_type3
Initial value:
= {
}

struct omap_hwmod_sysc_type3 - TYPE3 sysconfig scheme. Used by some IPs on AM33xx

Definition at line 57 of file omap_hwmod_common_data.c.