Lines Matching +full:secure +full:- +full:reg +full:- +full:access

2  * arch/arm/mach-omap2/control.h
6 * Copyright (C) 2007-2010 Texas Instruments, Inc.
7 * Copyright (C) 2007-2008, 2010 Nokia Corporation
22 #define OMAP242X_CTRL_REGADDR(reg) \ argument
23 OMAP2_L4_IO_ADDRESS(OMAP242X_CTRL_BASE + (reg))
24 #define OMAP243X_CTRL_REGADDR(reg) \ argument
25 OMAP2_L4_IO_ADDRESS(OMAP243X_CTRL_BASE + (reg))
26 #define OMAP343X_CTRL_REGADDR(reg) \ argument
27 OMAP2_L4_IO_ADDRESS(OMAP343X_CTRL_BASE + (reg))
28 #define AM33XX_CTRL_REGADDR(reg) \ argument
29 AM33XX_L4_WK_IO_ADDRESS(AM33XX_SCM_BASE + (reg))
31 #define OMAP242X_CTRL_REGADDR(reg) \ argument
32 OMAP2_L4_IO_ADDRESS(OMAP242X_CTRL_BASE + (reg))
33 #define OMAP243X_CTRL_REGADDR(reg) \ argument
34 OMAP2_L4_IO_ADDRESS(OMAP243X_CTRL_BASE + (reg))
35 #define OMAP343X_CTRL_REGADDR(reg) \ argument
36 OMAP2_L4_IO_ADDRESS(OMAP343X_CTRL_BASE + (reg))
37 #define AM33XX_CTRL_REGADDR(reg) \ argument
38 AM33XX_L4_WK_IO_ADDRESS(AM33XX_SCM_BASE + (reg))
59 /* Control register offsets - read/write with omap_ctrl_{read,write}{bwl}() */
77 /* 242x-only CONTROL_GENERAL register offsets */
81 /* 243x-only CONTROL_GENERAL register offsets */
82 /* CONTROL_IVA2_BOOT{ADDR,MOD} are at the same place on 343x - noted below */
90 /* 24xx-only CONTROL_GENERAL register offsets */
125 /* 34xx-only CONTROL_GENERAL register offsets */
235 #define OMAP34XX_CONTROL_WKUP_CTRL (OMAP343X_CONTROL_GENERAL_WKUP - 0x4)
246 /* 36xx-only RTA - Retention till Access control registers and bits */
250 /* 34xx D2D idle-related pins, handled by PM core */
302 * REVISIT: This list of registers is not comprehensive - there are more
307 * Control module register bit defines - these should eventually go into
309 * on the device type (general-purpose, emulator, test, secure, bad, other)
310 * and the security mode (secure, non-secure, don't care)
363 #define OMAP343X_SCRATCHPAD_REGADDR(reg) OMAP2_L4_IO_ADDRESS(\ argument
364 OMAP343X_SCRATCHPAD + reg)