Linux Kernel
3.7.1
|
#include <omap_hwmod.h>
Data Fields | |
u16 | clkctrl_offs |
u16 | rstctrl_offs |
u16 | rstst_offs |
u16 | context_offs |
u32 | lostcontext_mask |
u8 | submodule_wkdep_bit |
u8 | modulemode |
u8 | flags |
struct omap_hwmod_omap4_prcm - OMAP4-specific PRCM data : PRCM address of the clock control register : address of the XXX_RSTCTRL register located in the PRM : bitmask for selecting bits from RM_*_CONTEXT register : (AM33XX only) address of the XXX_RSTST register in the PRM : bit shift of the WKDEP range : PRCM register capabilities for this IP block
If is not defined, context loss check code uses whole register without masking. should only be defined in cases where register is shared by two or more hwmods.
Definition at line 410 of file omap_hwmod.h.
u16 clkctrl_offs |
Definition at line 411 of file omap_hwmod.h.
u16 context_offs |
Definition at line 414 of file omap_hwmod.h.
u8 flags |
Definition at line 418 of file omap_hwmod.h.
u32 lostcontext_mask |
Definition at line 415 of file omap_hwmod.h.
u8 modulemode |
Definition at line 417 of file omap_hwmod.h.
u16 rstctrl_offs |
Definition at line 412 of file omap_hwmod.h.
u16 rstst_offs |
Definition at line 413 of file omap_hwmod.h.
u8 submodule_wkdep_bit |
Definition at line 416 of file omap_hwmod.h.